live-build/scripts
Matthijs Kooijman 58209e8bd8 Use a two-stage mount again for mounting config inside chroot in lb_chroot_hooks.
This reverts part of cacf9b6e34 (but also adds a "bind" option to the
remount command, as documented in mount(8)).

Apparently, doing "mount -o bind,ro" doesn't work. It outputs:

	mount: warning: chroot/root/config seems to be mounted read-write.

and mounts read-write instead of read-only. This behaviour is
documented in mount(8). Newer kernels do seem to allow
combining bind with the read-only option (see mount(2)), but this does
not seem to work (possibly because mount is trying to be smart).
2012-01-10 21:54:58 +01:00
..
build Use a two-stage mount again for mounting config inside chroot in lb_chroot_hooks. 2012-01-10 21:54:58 +01:00
build.sh Automatically using an embedded live-build copy from within the config tree at local/live-build, if existing. 2011-09-01 09:27:29 +02:00