[SCM] debian-live/live-helper branch, master, updated. 1.0_a36-1-18-g6edcf23

Daniel Baumann daniel at debian.org
Wed Nov 14 22:03:40 UTC 2007


The branch, master has been updated
       via  6edcf23b29c35b7327c3a44da1c97f329189fb24 (commit)
      from  7b8a85422a97689a231fddc968a086c11513e4af (commit)


- Shortlog ------------------------------------------------------------
6edcf23 Do not create the filesystem with parted.

Summary of changes:
 helpers/lh_binary_usb-hdd |    4 ++--
 helpers/lh_source_usb-hdd |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 6edcf23b29c35b7327c3a44da1c97f329189fb24
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 14 23:01:44 2007 +0100

    Do not create the filesystem with parted.

diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd
index f4d0945..24cae02 100755
--- a/helpers/lh_binary_usb-hdd
+++ b/helpers/lh_binary_usb-hdd
@@ -99,7 +99,7 @@ Losetup $FREELO chroot/binary.img 0
 case "${LH_CHROOT_BUILD}" in
 	enabled)
 		Chroot "parted -s ${FREELO} mklabel msdos" || true
-		Chroot "parted -s ${FREELO} mkpartfs primary fat16 0.0 100%" || true
+		Chroot "parted -s ${FREELO} mkpart primary fat16 0.0 100%" || true
 		Chroot "parted -s ${FREELO} set 1 boot on" || true
 		Chroot "parted -s ${FREELO} set 1 lba off" || true
 
@@ -111,7 +111,7 @@ case "${LH_CHROOT_BUILD}" in
 
 	disabled)
 		parted -s ${FREELO} mklabel msdos || true
-		parted -s ${FREELO} mkpartfs primary fat16 0.0 100% || true
+		parted -s ${FREELO} mkpart primary fat16 0.0 100% || true
 		parted -s ${FREELO} set 1 boot on || true
 		parted -s ${FREELO} set 1 lba off || true
 
diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd
index a94ac3d..189be31 100755
--- a/helpers/lh_source_usb-hdd
+++ b/helpers/lh_source_usb-hdd
@@ -86,7 +86,7 @@ fi
 echo "!!! The following error/warning messages can be ignored !!!"
 Losetup $FREELO source.img 0
 Chroot "parted -s ${FREELO} mklabel msdos" || true
-Chroot "parted -s ${FREELO} mkpartfs primary fat16 0.0 100%" || true
+Chroot "parted -s ${FREELO} mkpart primary fat16 0.0 100%" || true
 Chroot "parted -s ${FREELO} set 1 lba off" || true
 ${LH_LOSETUP} -d ${FREELO}
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list