Compiling 2.6.30+bfs on Debian


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. patch -Np1 -i ./2.6.30-sched-bfs-209.patch
  2.  
  3. patch -Np1 -i ./autoiso-xorg.patch
  4.  
  5. sudo make menuconfig
  6.  
  7. make -j6 bzImage modules
  8.  
  9. make modules_install
  10.  
  11. cp arch/x86/boot/bzImage /boot/vmlinuz-2.6.30-bfs
  12.  
  13. depmod 2.6.30-bfs
  14.  
  15. mkinitramfs -o /boot/initrd-2.6.30-bfs 2.6.30-bfs

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.