Quoting Craig McLean <[EMAIL PROTECTED]>: > Hello. > > I have an existing initrd image that I would like to make some changes to, > is it possible to mount an initrd image via loopback or some other method, > make some changes then button the image backup again?
I think you can just # mount -o loop initrd /tmp/initrd ... # umount /tmp/initrd Jesse _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

