You are on page 1of 1

tar -xJvf linux-3.13.1.tar.

xz
rm /usr/src/linux
ln -s /usr/src/linux-3.13.1 /usr/src/linux
cp /boot/config linux-3.13.1/.config
cd linux-3.13.1
make oldconfig
make xconfig
make menuconfig
make bzImage
cp arch/x86/boot/bzImage /boot/vmlinuz-3.13.1
make modules
make modules_install
cp System.map /boot/System.map-3.13.1
cp .config /boot/config-3.13.1
then goto /etc/lilo.conf , then i edited the file (lilo.conf) using these lines
:
#Linux bootable partition config begins
image = /boot/vmlinuz-3.13.1
root = /dev/sda4 <<this is my root device, yours may be different)
label = Zenwalk
read-only

You might also like