Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed

and manages to mount it.
ubuntu/precise
Colin Watson 16 years ago
parent ce517079a1
commit 7aba4c9dc3

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.68) UNRELEASED; urgency=low
* Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed
and manages to mount it.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 22 Sep 2008 11:46:43 +0100
livecd-rootfs (0.67) intrepid; urgency=low
* Bump linux-lpia to -3.

@ -152,7 +152,7 @@ ROOT=$(pwd)/chroot-livecd/ # trailing / is CRITICAL
for FS in "$@"; do
FSS="$FS${SUBARCH:+-$SUBARCH}"
IMG=livecd.${FSS}.fsimg
MOUNTS="${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev ${ROOT}proc ${ROOT}sys"
MOUNTS="${ROOT}dev/pts ${ROOT}dev/shm ${ROOT}.dev ${ROOT}dev ${ROOT}proc/sys/fs/binfmt_misc ${ROOT}proc ${ROOT}sys"
DEV=""
COMP="main restricted"

Loading…
Cancel
Save