diff options
author | Holger Paradies <retabell@gmx.de> | 2019-05-16 20:47:46 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-05-16 20:47:46 +0200 |
commit | f51394cb2b299fa0d73c3ef26a738b3b456b623e (patch) | |
tree | fa2490a8b7fc2245613cccde36fb91112257d870 | |
parent | 3dc8edbb0ab8e2843e4888234e062b083fd1de0f (diff) | |
download | kanotix-f51394cb2b299fa0d73c3ef26a738b3b456b623e.zip kanotix-f51394cb2b299fa0d73c3ef26a738b3b456b623e.tar.gz |
eeepc4G steelfire build with midori
for now 7.0-2~bpo9+0
-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 6f7f2c9..9185a3c 100755 --- a/nightly_build.bash +++ b/nightly_build.bash @@ -237,7 +237,7 @@ fi # # eeepc4G with LXDE lb clean -lb config -d $DISTRO -p "kanotix-eeepc4G firefox" --bootloader grub2 --tmpfs true --tmpfs-options size=12G --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 midori" --bootloader grub2 --tmpfs true --tmpfs-options size=12G --apt-http-proxy "http://127.0.0.1:3142" --cache-packages false --gfxoverlays false -a i386 --initsystem systemd echo Kanotix steelfire-nightly Steelfire32 $d$v eeepc4G > config/chroot_local-includes/etc/kanotix-version lb build; cd tmpfs; ./isohybrid-acritox kanotix32.iso; mv kanotix32.iso $target/kanotix32-steelfire-nightly-${d}${v}-eeepc4G.iso; cd .. cp tmpfs/binary.packages $target/kanotix32-steelfire-nightly-${d}${v}-eeepc4G.packages |