kernel.sh: use long option names when calling emerge

idem.
This commit is contained in:
Albert Hopkins 2015-03-13 13:49:22 +00:00
parent 0504f76a1a
commit 05544efe41
1 changed files with 1 additions and 1 deletions

View File

@ -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