diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-11-10 18:06:53 -0800 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:44 +0100 |
commit | 2e61cf50af73120d75fdcb75a8c4b533c298da36 (patch) | |
tree | 3408b61fd2ca723e51873fac300d775ed36a0832 /helpers | |
parent | 3c53b424fa053f74535cf671e0c68cd1b2501b9c (diff) | |
download | live-build-2e61cf50af73120d75fdcb75a8c4b533c298da36.zip live-build-2e61cf50af73120d75fdcb75a8c4b533c298da36.tar.gz |
ignore harmless warnings from parted.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_usb-hdd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |