This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/buster-fvwm in repository live-build-x2go. at 9bdfbb5 no really needs for extra x2go repo in buster This branch includes the following new commits: new a5a2899 go to buster new e68ec5a update doc new 9bdfbb5 no really needs for extra x2go repo in buster The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/buster-fvwm in repository live-build-x2go. commit 9bdfbb5aa107b3ae012a4aee1a6dbcbc3c296b21 Author: Juri Grabowski <git-commit@jugra.de> Date: Sun Dec 16 13:10:22 2018 +0100 no really needs for extra x2go repo in buster --- config/archives/x2go.list.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/archives/x2go.list.chroot b/config/archives/x2go.list.chroot index 2355b52..a1c770a 100644 --- a/config/archives/x2go.list.chroot +++ b/config/archives/x2go.list.chroot @@ -1 +1 @@ -deb http://packages.x2go.org/debian buster main +#deb http://packages.x2go.org/debian buster main -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/buster-fvwm in repository live-build-x2go. commit a5a2899dadcfed2944f20d7b8de89439d340f984 Author: Juri Grabowski <git-commit@jugra.de> Date: Thu Jul 12 23:12:18 2018 +0200 go to buster --- README.txt | 2 +- config/archives/x2go.list.chroot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 2130a52..0b8378f 100644 --- a/README.txt +++ b/README.txt @@ -43,7 +43,7 @@ IP_OF_FQDN=`dig $FQDN +short` DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` mkdir $DIR cd $DIR -lb config --chroot-filesystem squashfs --apt-indices none --cache-packages false --config https://github.com/LinuxHaus/live-build-x2go.git --archive-areas "main contrib non-free" --apt-recommends true --firmware-binary true --updates true --backports true --win32-loader false --loadlin false --security true --initsystem systemd -b netboot -a i386 -k amd64 --linux-packages linux-image --bootappend-live aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vconsole.keymap=de-latin1-nodeadkeys kernel.s [...] +lb config -d buster --chroot-filesystem squashfs --apt-indices none --cache-packages false --config https://github.com/LinuxHaus/live-build-x2go.git::feature/buster-fvwm --archive-areas "main contrib non-free" --apt-recommends true --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security true --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quick [...] lb build cd `dirname $DIR` ln -s `basename $DIR` lb-x2go diff --git a/config/archives/x2go.list.chroot b/config/archives/x2go.list.chroot index 033eeea..2355b52 100644 --- a/config/archives/x2go.list.chroot +++ b/config/archives/x2go.list.chroot @@ -1 +1 @@ -deb http://packages.x2go.org/debian stretch main +deb http://packages.x2go.org/debian buster main -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/buster-fvwm in repository live-build-x2go. commit e68ec5a82f3133d7acfe68b39907394f35ba8ffa Author: Juri Grabowski <git-commit@jugra.de> Date: Tue Jul 17 19:14:27 2018 +0200 update doc --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 0b8378f..9e778de 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Only usable on systems with minimum 1G RAM -Install Debian jessie on your server +Install Debian stretch 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 @@ -48,8 +48,8 @@ lb build cd `dirname $DIR` ln -s `basename $DIR` lb-x2go cd /var/www/html -ln -s /srv/lb-x2go/tftpboot/live/initrd.img . -ln -s /srv/lb-x2go/tftpboot/live/vmlinuz . +ln -s /srv/lb-x2go/binary/live/initrd.img . +ln -s /srv/lb-x2go/binary/live/vmlinuz . ln -s /srv/lb-x2go/binary/live/filesystem.squashfs . YOURHW=myhw cat <<EOF>$YOURHW -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git