This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository live-build-x2go. commit 05abcc2b3eb457a7022be1a7d73e14728c68b0c4 Author: Juri Grabowski <git-commit@jugra.de> Date: Fri Sep 27 13:38:24 2019 +0200 change doc to buster --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 0d3c5d8..aa38492 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Only usable on systems with minimum 1G RAM -Install Debian stretch on your server +Install Debian buster on your server become root on the server apt update apt install ipxe atftpd atftp git-core xinetd apache2 dnsutils live-build live-config-doc live-manual-html live-boot-doc @@ -38,7 +38,7 @@ group { DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` mkdir $DIR cd $DIR -lb config --debootstrap-options "--exclude=nano,iptables,dmidecode,info" --apt-source-archives false --cache false --apt-http-proxy http://approx:3142 --chroot-filesystem squashfs --apt-indices none --cache-packages false --config https://github.com/LinuxHaus/live-build-x2go.git::master --archive-areas "main contrib" --apt-recommends false --firmware-chroot false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security true --initsystem sy [...] +lb config --debootstrap-options "--exclude=nano,iptables,dmidecode,info" --apt-source-archives false --cache false --apt-http-proxy http://approx:3142 --chroot-filesystem squashfs --apt-indices none --cache-packages false --config git://code.x2go.org/live-build-x2go.git::master --archive-areas "main contrib" --apt-recommends false --firmware-chroot false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security true --initsystem systemd -b [...] lb build cd `dirname $DIR` ln -s `basename $DIR` lb-x2go -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git