diff options
author | Holger Paradies <retabell@gmx.de> | 2021-04-18 20:52:38 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-04-18 20:52:38 +0200 |
commit | bdf92491d60becd6eb3ef3e5da72a6b1517866f7 (patch) | |
tree | d4fc222dcaf216e333d2a141767d503f4d84bd22 | |
parent | 7163da5e853d30c0262a2db759b35f1c5cf65005 (diff) | |
download | kanotix-bdf92491d60becd6eb3ef3e5da72a6b1517866f7.zip kanotix-bdf92491d60becd6eb3ef3e5da72a6b1517866f7.tar.gz |
Remove ndiswrapper from speedfire build
-rwxr-xr-x | nightly_build.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly_build.bash b/nightly_build.bash index 323d4a5..485f548 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -81,7 +81,7 @@ sed -i 's/\(export LB_DISTRIBUTION=\).*/\1"'$DISTRO'"/' auto/config # lxde 64 lb clean -lb config -d $DISTRO -p "kanotix-lxde-master firefox wine-staging skypeforlinux ndiswrapper" --bootloader grub2 --tmpfs true --tmpfs-options size=14G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd +lb config -d $DISTRO -p "kanotix-lxde-master firefox wine-staging skypeforlinux" --bootloader grub2 --tmpfs true --tmpfs-options size=14G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a amd64 --initsystem systemd echo Kanotix speedfire-nightly Speedfire64 $d$v LXDE > config/chroot_local-includes/etc/kanotix-version lb build; cd tmpfs; ./isohybrid-acritox kanotix64.iso check_iso |