Comment 9 for bug 203429

Revision history for this message
Ceesaxp (ceesaxp) wrote :

thx, I've gone the longer route:

cd /tmp
mkdir initrd.img
zcat /boot/initrd.img-`uname -r` | cpio -i -d -H newc --no-absolute-filenames

(modify scripts/local-premount/resume)

find . | cpio -o -H newc | gzip > ../initrd.img-`uname -r`

then copy it over to /boot