kickstart RH8 using Vanilla Kernel.Org

Dan Carpenter error27 at gmail.com
Wed Sep 21 21:40:23 UTC 2005


Few mistakes:

find 2.4.8 | cpio -co | gzip -9 > bar/modules/modules.cgz
should be:
find 2.4.8/ | cpio -H crc -o | gzip -9 -c > bar/modules/modules.cgz

Also you'll need to patch things in your %post install.

regards,
dan carpenter




More information about the Kickstart-list mailing list