diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
commit | 6c45ff08704bd84fd7c45b294e843c642cc17a16 (patch) | |
tree | 8bf579a4b6d50f2e1810264945f6b0472ca96819 /helpers/lh_binary_disk | |
parent | 04f8e669b49da796863e2f548620ee5f15494b2d (diff) | |
download | vyos-live-build-6c45ff08704bd84fd7c45b294e843c642cc17a16.tar.gz vyos-live-build-6c45ff08704bd84fd7c45b294e843c642cc17a16.zip |
Setting debian-installer default flavour to netinst.
Diffstat (limited to 'helpers/lh_binary_disk')
-rwxr-xr-x | helpers/lh_binary_disk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk index 65c671c1e..afd0828be 100755 --- a/helpers/lh_binary_disk +++ b/helpers/lh_binary_disk @@ -81,7 +81,7 @@ EOF ;; - netinst) + enabled|netinst) echo "main" > binary/.disk/base_components touch binary/.disk/base_installable |