ajout des varriables pour le téléchargement et l'installation deu
noyau
This commit is contained in:
2
env.sh
2
env.sh
@@ -9,6 +9,8 @@ export SYS=/dev/sda1
|
||||
export CHROOT=/mnt/gentoo
|
||||
export STAGE3=stage3-amd64-20170907.tar.bz2
|
||||
export SNAPSHOT=portage-20171006.tar.bz2
|
||||
export KERNEL=kernel.tar.bz2
|
||||
export MODULES=modules.tar.bz2
|
||||
export REPO=https://repo.jmanson.fr
|
||||
export NJOBS=$(grep '^processor' /proc/cpuinfo | sort -u | wc -l)
|
||||
export MAKEOPTS="-j$((NJOBS+1)) -l${NJOBS}"
|
||||
|
||||
Reference in New Issue
Block a user