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/bootstrap | |
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/bootstrap')
-rwxr-xr-x | scripts/build/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap index 260445afc..9d964006f 100755 --- a/scripts/build/bootstrap +++ b/scripts/build/bootstrap @@ -43,6 +43,6 @@ lb bootstrap_cache save ${@} # Temporary hack for base-files wrt/ plymouth case "${LB_DISTRIBUTION}" in artax*) - echo '0.0.0' > chroot/etc/progress_version + echo '0.0.0' > chroot/etc/progress-linux_version ;; esac |