diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 9ca38ca4ef0e1dcd01d9656f2c5361159f481665 (patch) | |
tree | 8bf579a4b6d50f2e1810264945f6b0472ca96819 /helpers/lh_binary_debian-installer | |
parent | d4a0e1ca8351cc5218fd4102a92e2b0281d35aa6 (diff) | |
download | vyos-live-build-9ca38ca4ef0e1dcd01d9656f2c5361159f481665.tar.gz vyos-live-build-9ca38ca4ef0e1dcd01d9656f2c5361159f481665.zip |
Setting debian-installer default flavour to netinst.
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 7d5cace48..83c8be30e 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -35,7 +35,7 @@ Set_defaults # Setting remote d-i directories case "${LH_DEBIAN_INSTALLER}" in - cdrom|netinst|businesscard) + enabled|cdrom|netinst|businesscard) DI="cdrom" DI_GTK="${DI}/gtk" DI_KERNEL="vmlinuz" |