diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-25 13:36:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-25 13:36:18 +0200 |
commit | 2caef33ea285353fb74f88b611e90fcc2b8b7092 (patch) | |
tree | 8382ff92c03b144fd3e8f3badbcb8d9a31584435 /scripts/build/binary_iso | |
parent | 743cf9775d1906e46d524dfdc566ae48ee6d3b00 (diff) | |
download | vyos-live-build-2caef33ea285353fb74f88b611e90fcc2b8b7092.tar.gz vyos-live-build-2caef33ea285353fb74f88b611e90fcc2b8b7092.zip |
Renaming progress mode to progress-linux to match the used naming scheme.
Diffstat (limited to 'scripts/build/binary_iso')
-rwxr-xr-x | scripts/build/binary_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index c25674bbb..d9a277379 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -128,7 +128,7 @@ case "${LB_BOOTLOADER}" in syslinux) GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table" case "${LB_MODE}" in - progress) + progress-linux) GENISOIMAGE_OPTIONS="${GENISOIMAGE_OPTIONS} -r -b boot/boot.bin -c boot/boot.cat" GENISOIMAGE_EXCLUDE="boot/boot.bin" ;; |