[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-79-g05edac9
An-Cheng Huang
ancheng at vyatta.com
Tue Nov 11 05:22:34 UTC 2008
The following commit has been merged in the master branch:
commit 05edac9be2356896e8f38e020f3822924c839cdb
Author: An-Cheng Huang <ancheng at vyatta.com>
Date: Mon Nov 10 18:06:53 2008 -0800
ignore harmless warnings from parted.
diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd
index 115321d..37d1780 100755
--- a/helpers/lh_binary_usb-hdd
+++ b/helpers/lh_binary_usb-hdd
@@ -161,7 +161,7 @@ case "${LH_CHROOT_BUILD}" in
disabled)
parted -s ${FREELO} mklabel ${PARTITION_TABLE_TYPE} || true
- parted -s ${FREELO} mkpart primary ${PARTITION_TYPE} 0.0 100%
+ parted -s ${FREELO} mkpart primary ${PARTITION_TYPE} 0.0 100% || true
parted -s ${FREELO} set 1 boot on || true
parted -s ${FREELO} set 1 lba off || true
--
Debian Live build scripts
More information about the debian-live-changes
mailing list