diff options
author | Holger Paradies <retabell@gmx.de> | 2016-12-04 17:13:57 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2017-02-18 12:12:49 +0100 |
commit | e205383aedbe9ccdf6a962944b77307985802386 (patch) | |
tree | 5e3e2a0dc37b512b315bd2ecac2321a6eb1fd0c7 /auto | |
parent | fdb42e0b1e9e5b7d001fc9ad0ab0f5539c528f6e (diff) | |
download | kanotix-e205383aedbe9ccdf6a962944b77307985802386.zip kanotix-e205383aedbe9ccdf6a962944b77307985802386.tar.gz |
lb enable apt-transport-https
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 584187a..450acd6 100755 --- a/auto/config +++ b/auto/config @@ -25,7 +25,8 @@ lb config noauto \ --apt apt \ --apt-recommends false \ --bootappend-live 'utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys splash' \ - --archive-areas "main contrib non-free" \ + --archive-areas "main contrib non-free" \ + --debootstrap-options "--include=apt-transport-https,ca-certificates --exclude=nano" \ --repositories "live.debian.net lo" \ --security true \ --checksums md5 \ |