[EMAIL PROTECTED] ~ # cat mygenkernel.sh
if [ -r /usr/src/linux/.config ] ; then
  echo "Found an existing .config file ...skipping creation"
else
  echo "Creating a new config file based on current kernel...."
  pushd /usr/src/linux
  zcat /proc/config.gz > .config
  make oldconfig
  popd
fi
genkernel --lvm2 --no-bootsplash --no-gensplash --no-clean "$@" all
emerge nvidia-kernel sys-fs/fuse nvidia-glx arpstar

[EMAIL PROTECTED] ~ #
-- 
gentoo-user@gentoo.org mailing list

Reply via email to