Return to Snippet

Revision: 17580
at September 10, 2009 00:24 by vas3k


Initial Code
patch -Np1 -i ./2.6.30-sched-bfs-209.patch 

patch -Np1 -i ./autoiso-xorg.patch

sudo make menuconfig

make -j6 bzImage modules

make modules_install 

cp arch/x86/boot/bzImage /boot/vmlinuz-2.6.30-bfs

depmod 2.6.30-bfs

mkinitramfs -o /boot/initrd-2.6.30-bfs 2.6.30-bfs

Initial URL


Initial Description


Initial Title
Compiling 2.6.30+bfs on Debian

Initial Tags
linux

Initial Language
Bash