summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2020-03-07 10:01:54 +0100
committerHolger Paradies <retabell@gmx.de>2020-03-07 10:01:54 +0100
commit04588c768c832c8ca86dbb67eca5bc6b0c863aa2 (patch)
tree3f67a98dba290c1bc8fbf769af6fe0fc6a2ff0bd
parent7b18b91248205fc9743b46435dac4eb84ad037ba (diff)
downloadkanotix-04588c768c832c8ca86dbb67eca5bc6b0c863aa2.zip
kanotix-04588c768c832c8ca86dbb67eca5bc6b0c863aa2.tar.gz
Fix buildoption lxde-extra
-rwxr-xr-xnightly_build.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly_build.bash b/nightly_build.bash
index 6ab09a4..cc02bc7 100755
--- a/nightly_build.bash
+++ b/nightly_build.bash
@@ -59,7 +59,7 @@ if $BUILD_BUSTER_EXTRA_LXDE; then
#
# lxde 64-extra
lb clean
-lb config -d $DISTRO -p "kanotix-kde-master silverfire-extra firefox google-chrome android virtualbox 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
+lb config -d $DISTRO -p "kanotix-lxde-master silverfire-extra firefox google-chrome android virtualbox 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 silverfire-nightly Silverfire64 $d$v LXDE-extra > config/chroot_local-includes/etc/kanotix-version
lb build; cd tmpfs; ./isohybrid-acritox kanotix64.iso; mv kanotix64.iso $target/kanotix64-silverfire-nightly-${d}${v}-LXDE-extra.iso; cd ..
cp tmpfs/binary.packages $target/kanotix64-silverfire-nightly-${d}${v}-LXDE-extra.packages