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
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
![]() |