diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-01-26 16:12:26 -0500 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-01-26 16:12:26 -0500 |
commit | 1444f5f3e57e11302eb08596f55203ef035ab247 (patch) | |
tree | b20c382ad40356b3dcb0188d66ec56ec05c51aa7 | |
parent | cddc611ae3a6da15aaa2bded568209bb3eca27de (diff) | |
parent | ed565077cb9bfed6780ff186f20bc9a80915ecca (diff) | |
download | vyos-build-1444f5f3e57e11302eb08596f55203ef035ab247.tar.gz vyos-build-1444f5f3e57e11302eb08596f55203ef035ab247.zip |
Merge branch 'current' of github.com:vyos/vyos-build into current
-rwxr-xr-x | scripts/live-build-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index bd9a7767..afcfcdb7 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -34,7 +34,7 @@ util.check_build_config() lb_config_tmpl = """ lb config noauto \ --architectures {{architecture}} \ - --bootappend-live "boot=live components hostname=vyos username=live" \ + --bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay" \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |