Carlos E. R. wrote:
On Thursday, 2008-10-30 at 16:11 +0100, Josef Reidinger wrote:
Yes, change is in perl-Bootloader which now check if you have separate boot and if so if you have mounted that. Because if it isn't mounted then you during kernel upgrade run to serious problem like unbootable system. Please check if in chroot enviroment is /proc/mounts correct, because it will be used to fix this problem.
No, /proc/mount is not usable for this because it contains the host data:
NOT_nimrodel:~ # cat /proc/mounts | grep boot /dev/hda6 /boot ext2 rw,noatime,nodiratime,errors=continue,user_xattr,acl 0 0 /dev/hdd2 /otros/boot_d1 ext2 rw,noatime,nodiratime,errors=continue 0 0 /dev/hdd3 /otros/boot_d2 ext2 rw,noatime,nodiratime,errors=continue 0 0 /dev/hda7 /otros/boot_a2 ext2 rw,noatime,nodiratime,errors=continue,user_xattr,acl 0 0/dev/hda8 /otros/boot_a3 ext2 rw,noatime,nodiratime,errors=continue,user_xattr,acl 0 0 /dev/hda8 /boot ext2 rw,noatime,nodiratime,errors=continue,user_xattr,acl 0 0
Notice that what I try to do is upgrade factory=11.1 from a running 11.0, similarly to what install/upgrade from the DVD does. This worked for factory=11.0 / host=10.3
-- Cheers, Carlos E. R.
Interesting, then it must be kernel bug, because when I test this on OpenSUSE 11 it is correct. in chroot it show mounted thinks, but with prefix /mounts/something/boot so it is not problem and correctly mounted under chroot is show as /boot. Please open bug on kernel. JR -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org