mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-03 22:31:16 +00:00
Unmount /proc/sys/fs/binfmt_misc, in case binfmt-support is installed
and manages to mount it.
This commit is contained in:
parent
ce517079a1
commit
7aba4c9dc3
7
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user