diff options
author | Holger Paradies <retabell@gmx.de> | 2021-03-29 20:46:28 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-03-29 20:46:28 +0200 |
commit | f42c9a2eef6b1925381958e58f0afb3a52e10efd (patch) | |
tree | b63f4ba23070b10ff9d099fd7f756a8dfd33b35b | |
parent | 568fa854cfc11ffcba7985804c9dd33869274a72 (diff) | |
download | kanotix-f42c9a2eef6b1925381958e58f0afb3a52e10efd.zip kanotix-f42c9a2eef6b1925381958e58f0afb3a52e10efd.tar.gz |
eeepc4g build with netsurf
-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 5de8440..85f2ac8 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -79,7 +79,7 @@ sed -i 's/\(export LB_DISTRIBUTION=\).*/\1"'$DISTRO'"/' auto/config # eeepc4G with LXDE lb clean -lb config -d $DISTRO -p "kanotix-eeepc4G midori" --bootloader grub2 --tmpfs true --tmpfs-options size=14G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a i386 --initsystem systemd +lb config -d $DISTRO -p "kanotix-eeepc4G netsurf-gtk" --bootloader grub2 --tmpfs true --tmpfs-options size=14G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a i386 --initsystem systemd echo Kanotix speedfire-nightly Speedfire32 $d$v eeepc4G > config/chroot_local-includes/etc/kanotix-version lb build; cd tmpfs; ./isohybrid-acritox kanotix32.iso check_iso |