add note and recommendation

This commit is contained in:
joborun linux 2023-09-18 10:41:32 +00:00
parent caa077154f
commit eb0a94d67e
1 changed files with 6 additions and 5 deletions

View File

@ -18,14 +18,15 @@ You get the necessary pkgs installed (documentation removed to save space) and c
This last option is so you can build all the packages from source before you can boot your own joborun system. Basically building the chroot for joborun to build all the packages in the 3 repositories, or at least the ones you need and use, and you consider to be critical and be built in safety.
#### recommended procedure ####
In case you are confused with options we recommend this following mix of installations:
A combination of methods can be used, install the system from image, boot it, try it, use the pacman -r /{chroot} method to build the initial building environment, build packages and replace them in your installation as you go.
### NOTE: Before you start building, did you know? ###
There are also options in the building environment to build packages optimized for one machine only and its specific hardware combination. This can increase speed by 10-15%
Out default building is so packages work on all x86_64 architecture machines.
You can modify the gcc flags in /etc/makepkg.conf or make a local copy in ~/.makepkg.conf and follow these instructions: [[gentoo optimization | https://wiki.gentoo.org/wiki/GCC_optimization ]]