diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-01 10:31:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:25 +0100 |
commit | 178b67181f97829c23057d883ea2d8a2ae98f4e1 (patch) | |
tree | a0f894c172b314c49257cc89a5576645faab6750 | |
parent | cabb8315cebe1c508e4926f9f7343698a01f17cd (diff) | |
download | vyos-live-build-178b67181f97829c23057d883ea2d8a2ae98f4e1.tar.gz vyos-live-build-178b67181f97829c23057d883ea2d8a2ae98f4e1.zip |
Correcting typo with lb config call for usb-hdd in autobuild script.
-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 |