Unzip, and unpack the initrd:
gunzip -S "" initrd.img-2.6.24-16-generic
cpio -id < initrd.img-2.6.24-16-generic
vi scripts/local-top/cryptroot
Replace "/sbin/udevsettle --timeout=30" with "/sbin/udevadm settle --timeout=30". Repack the initrd:
find ./ | cpio -H newc -o > initrd.cpio
gzip initrd.cpio
No comments:
Post a Comment