kernel.sh: use long option names when calling emerge
idem.
This commit is contained in:
parent
0504f76a1a
commit
05544efe41
|
@ -17,7 +17,7 @@ then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${EMERGE} ${USEPKG} -Nn sys-kernel/${KERNEL}
|
${EMERGE} ${USEPKG} --newuse --noreplace sys-kernel/${KERNEL}
|
||||||
cp /root/kernel.config /usr/src/linux/.config
|
cp /root/kernel.config /usr/src/linux/.config
|
||||||
gcc-config 1
|
gcc-config 1
|
||||||
cd /usr/src/linux
|
cd /usr/src/linux
|
||||||
|
|
Loading…
Reference in New Issue