Gentoo Archives: gentoo-user

From: Stoian Ivanov <sdr@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] before I upgrade the kernel
Date: Wed, 12 Oct 2005 10:01:22
Message-Id: 200510121257.07923.sdr@gsmreview.com
In Reply to: Re: [gentoo-user] before I upgrade the kernel by Dirk Heinrichs
1 root@sdr ~ # cat mygenkernel.sh
2 if [ -r /usr/src/linux/.config ] ; then
3 echo "Found an existing .config file ...skipping creation"
4 else
5 echo "Creating a new config file based on current kernel...."
6 pushd /usr/src/linux
7 zcat /proc/config.gz > .config
8 make oldconfig
9 popd
10 fi
11 genkernel --lvm2 --no-bootsplash --no-gensplash --no-clean "$@" all
12 emerge nvidia-kernel sys-fs/fuse nvidia-glx arpstar
13
14 root@sdr ~ #
15 --
16 gentoo-user@g.o mailing list