From eb0a94d67ee3e4d69ca85961919c2833cfe3a5b1 Mon Sep 17 00:00:00 2001 From: joborun linux Date: Mon, 18 Sep 2023 10:41:32 +0000 Subject: [PATCH] add note and recommendation --- install.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install.md b/install.md index 8c0a238..053acd5 100644 --- a/install.md +++ b/install.md @@ -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 ]] - - - - -