diff options
author | Joerg Schirottke <master@kanotix.com> | 2012-05-16 11:28:18 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-17 21:43:34 +0200 |
commit | e1de455197b0505f0eb8ce8f8bdcafb53129cff3 (patch) | |
tree | e946b776faf51c993b3962a80a8f1ee96cd1bde8 /auto | |
parent | 892dd4e15a0618b1d901f9ebc435da2e29f79c34 (diff) | |
download | kanotix-e1de455197b0505f0eb8ce8f8bdcafb53129cff3.zip kanotix-e1de455197b0505f0eb8ce8f8bdcafb53129cff3.tar.gz |
disable automatically added firmware packages
Diffstat (limited to 'auto')
-rwxr-xr-x | auto/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/config b/auto/config index bafb297..5f91186 100755 --- a/auto/config +++ b/auto/config @@ -46,6 +46,11 @@ lb config noauto \ # --hostname Kanotix \ # --username kanotix \ +# disable firmware packages (needed for newer lb versions) +lb config noauto \ + --firmware-binary false \ + --firmware-chroot false + . config/binary . config/bootstrap . config/chroot |