diff --git a/debian/changelog b/debian/changelog index 969828c0..af1d5147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 22 Sep 2008 11:46:43 +0100 + livecd-rootfs (0.67) intrepid; urgency=low * Bump linux-lpia to -3. diff --git a/livecd.sh b/livecd.sh index ee3191d0..6ba7c5c7 100755 --- a/livecd.sh +++ b/livecd.sh @@ -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"