diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | 7c68e6ebca01f64501453fa53941ac77b9c2c335 (patch) | |
tree | baad74e1f3cbe6660320b7ad3c4abe967a38b16c /helpers/lh_binary_usb-hdd | |
parent | bd1a5ddc8203907eb40135303bea5488397ec5d0 (diff) | |
download | vyos-live-build-7c68e6ebca01f64501453fa53941ac77b9c2c335.tar.gz vyos-live-build-7c68e6ebca01f64501453fa53941ac77b9c2c335.zip |
Adding live-helper 1.0~a9-1.
Diffstat (limited to 'helpers/lh_binary_usb-hdd')
-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 8a8f144cf..e643966cf 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -77,7 +77,7 @@ do # Everything which comes here needs to be cleaned up, DU_DIM="`du -ms binary | cut -f1`" - REAL_DIM="`expr ${DU_DIM} + ${DU_DIM} / 20`" # Just 5% more to be sure, need something more sophistcated here... + REAL_DIM="`expr ${DU_DIM} + ${DU_DIM} / 50`" # Just 2% more to be sure, need something more sophistcated here... dd if=/dev/zero of=binary.img bs=1024k count=${REAL_DIM} FREELO="`${LH_LOSETUP} -f`" if [ ! -b chroot/${FREELO} ] |