mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-02 21:52:28 +00:00
Set --chroot-filesystem option if IMAGEFORMAT is ext2 or ext3.
This commit is contained in:
parent
65d456a436
commit
cf4aaa47ce
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ livecd-rootfs (2.5) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
|
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
|
||||||
* Add Lubuntu support.
|
* 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
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:21:08 +0100
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ BINARY_REMOVE_LINUX=:
|
|||||||
|
|
||||||
case $IMAGEFORMAT in
|
case $IMAGEFORMAT in
|
||||||
ext2|ext3)
|
ext2|ext3)
|
||||||
OPTS="${OPTS:+$OPTS }--initramfs none"
|
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||||
add_package live jasper
|
add_package live jasper
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user