https://bugzilla.novell.com/show_bug.cgi?id=769634 https://bugzilla.novell.com/show_bug.cgi?id=769634#c2 Marcus Schaefer <ms@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ms@suse.com | --- Comment #2 from Marcus Schaefer <ms@suse.com> 2012-07-12 08:23:43 UTC --- Hmm, no as far as I can see boot is not removed. What happens more detailed is this: --------------- ==> mount boot device to boot_bind in new rootfs mount $imageBootDevice /rootfs/boot_bind ... maybe access data from origin boot location ... all done temporarly bind mount boot_bind to boot to not confuse other tools e.g mkinitrd mount --bind /rootfs/boot_bind/boot /rootfs/boot ==> chroot to new rootfs and cleanup chroot rootfs umount /boot mv /boot_bind/boot /boot_bind/tmp mv /boot_bind/tmp/* /boot_bind rmdir /boot_bind/tmp umount /boot_bind rmdir /boot_bind mount $imageBootDevice /boot ---------- when I prevent the 'chroot rootfs' and code the rest with the right paths the problem does not appear. -- 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.