Set --chroot-filesystem option if IMAGEFORMAT is ext2 or ext3.

This commit is contained in:
Colin Watson 2011-06-15 14:40:01 +01:00
parent 65d456a436
commit cf4aaa47ce
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ livecd-rootfs (2.5) UNRELEASED; urgency=low
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
* Add Lubuntu support.
* Set --chroot-filesystem option if IMAGEFORMAT is ext2 or ext3.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:21:08 +0100

View File

@ -50,7 +50,7 @@ BINARY_REMOVE_LINUX=:
case $IMAGEFORMAT in
ext2|ext3)
OPTS="${OPTS:+$OPTS }--initramfs none"
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
add_package live jasper
;;