r2620 - dists/trunk/live-helper/helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Sat Jul 28 20:24:57 UTC 2007
Author: daniel
Date: 2007-07-28 20:24:57 +0000 (Sat, 28 Jul 2007)
New Revision: 2620
Modified:
dists/trunk/live-helper/helpers/lh_binary_usb-hdd
Log:
Modified: dists/trunk/live-helper/helpers/lh_binary_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb-hdd 2007-07-28 20:15:56 UTC (rev 2619)
+++ dists/trunk/live-helper/helpers/lh_binary_usb-hdd 2007-07-28 20:24:57 UTC (rev 2620)
@@ -125,7 +125,17 @@
FREELO="`${LH_LOSETUP} -f`"
lh_losetup $FREELO chroot/binary.img 1
-Chroot " mkfs.vfat -F 16 -n DEBIAN_LIVE ${FREELO}"
+
+case "${LIVE_CHROOT_BUILD}" in
+ enabled)
+ Chroot "mkfs.vfat -F 16 -n DEBIAN_LIVE ${FREELO}"
+ ;;
+
+ disabled)
+ mkfs.vfat -F 16 -n DEBIAN_LIVE ${FREELO}
+ ;;
+esac
+
mkdir -p chroot/binary.tmp
${LH_ROOT_COMMAND} mount ${FREELO} chroot/binary.tmp
cp -rL binary/* chroot/binary.tmp
More information about the debian-live-changes
mailing list