diff options
author | Daniel Baumann <daniel@debian.org> | 2010-10-01 10:33:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-10-01 10:33:41 +0200 |
commit | 13afd6a05492016ac7b1b1a74af222a0aad38aa1 (patch) | |
tree | 4c91b3858d2b34c3f05970cfb581a3398efa5e10 /examples/cron | |
parent | 977fe45cfbdfc33ca96e2aa8ec4c0c626cbceac2 (diff) | |
download | vyos-live-build-13afd6a05492016ac7b1b1a74af222a0aad38aa1.tar.gz vyos-live-build-13afd6a05492016ac7b1b1a74af222a0aad38aa1.zip |
Correcting typo with lb config call for usb-hdd in autobuild script.
Diffstat (limited to 'examples/cron')
-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 |