Wednesday, September 20, 2006

Update initrd

To update the contents of the SLES 9.0 initrd.

mv initrd initrd.gz
gunzip initrd.gz
mount -o loop /tmp/initrd /mnt

Edit /mnt/info as needed

cd /tmp
umount /mnt
gzip -9 initrd
mv initrd.gz initrd

Put the initrd back into place to build the install CD

No comments: