diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:52 +0200 |
commit | afe37cce9356e0284db08134781e3a0da375c35d (patch) | |
tree | baad74e1f3cbe6660320b7ad3c4abe967a38b16c /helpers/lh_binary_usb-hdd | |
parent | dfd9c85cd99613c27f672da86a21cf48225cb840 (diff) | |
download | vyos-live-build-afe37cce9356e0284db08134781e3a0da375c35d.tar.gz vyos-live-build-afe37cce9356e0284db08134781e3a0da375c35d.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} ] |