diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-01 10:33:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:33 +0100 |
commit | 82b6833fb18d0a340cd5b88f98ece7fbad774e9e (patch) | |
tree | 4c91b3858d2b34c3f05970cfb581a3398efa5e10 /examples | |
parent | d7353ff96fb96f76177d4cde7f76a0d01597e0fa (diff) | |
download | vyos-live-build-82b6833fb18d0a340cd5b88f98ece7fbad774e9e.tar.gz vyos-live-build-82b6833fb18d0a340cd5b88f98ece7fbad774e9e.zip |
Correcting typo with lb config call for usb-hdd in autobuild script.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index f91ec585c..022eaa4dc 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -174,7 +174,7 @@ do if [ "${ARCHITECTURE}" != "powerpc" ] then lb clean --binary - lb config -binary-images usb-hdd + lb config --binary-images usb-hdd lb binary 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.log mv binary.img debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img |