Quote |
Copy the kernel sources to the new directory and un-pack them: # cp /path-to-file/linux-2.4.26.tar.gz /usr/src/ |
Code Sample |
copy kernel boot image to the root directory of your USB stick: # cp /boot/vmlinuz-2.4.26 /path-to-boot-usb-root-dir/vmlinuz make the boot image writeable (required for USB boot): # rdev -R /path-to-boot-usb-root-dir/vmlinuz 0 |