https://bugzilla.novell.com/show_bug.cgi?id=304583#c1 Hannes Reinecke <hare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Hannes Reinecke <hare@novell.com> 2007-08-27 04:24:55 MST --- The one and approved sequence to call mkinitrd in a chroot()ed environment is: mount <dev> /mnt mount --bind /dev /mnt/dev cd /mnt chroot . mount /sys mount /proc mkinitrd umount /proc umount /sys exit cd / umount /mnt/dev umount /mnt <reboot> If the 'mount --bind' step is omitted, mkinitrd will fail as it won't know how to access any devices. I'm reasonably sure it's in the documentation somewhere ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.