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
|
||||
fi
|
||||
|
||||
${EMERGE} ${USEPKG} -Nn sys-kernel/${KERNEL}
|
||||
${EMERGE} ${USEPKG} --newuse --noreplace sys-kernel/${KERNEL}
|
||||
cp /root/kernel.config /usr/src/linux/.config
|
||||
gcc-config 1
|
||||
cd /usr/src/linux
|
||||
|
|
Loading…
Reference in New Issue