Hi!

With lenny i got a warning for

mount -o move /cow "${rootmnt}/live/cow"

mount: you must specify the filesystem type


but with

mount --move /cow "${rootmnt}/live/cow"

i got no warning


This is because chroot/usr/share/initramfs-tools/scripts/live exports

export
PATH="/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin"

and after (root-mount) "maybe_break live-bottom" mount from /root/... is used 
instead
of mount from initramdisk.

And mount from /root/.. does not support "-o bind" and "-o move"

Also in /chroot/usr/share/initramfs-tools/init a mount -o is used.

cu Peter





_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to