diff options
-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 \ |