This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository live-build-x2go. from 008b9f2 Merge pull request #1 from Koteko/master adds 4215fbd for smaller images new c86ecb4 no firmware blobs + stretch new 1a63ceb update to new release new 52f2a6c add excludes 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. Summary of changes: README.txt | 31 ++++++++-------------- config/archives/x2go.list.chroot | 2 +- config/includes.chroot/etc/dpkg/dpkg.cfg.d/exclude | 3 +++ config/package-lists/firmware.list.chroot | 2 +- config/package-lists/x2go.list.chroot | 2 +- config/rootfs/excludes | 5 ++++ 6 files changed, 22 insertions(+), 23 deletions(-) create mode 100644 config/includes.chroot/etc/dpkg/dpkg.cfg.d/exclude create mode 100644 config/rootfs/excludes -- 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 master in repository live-build-x2go. commit 1a63cebb1f0bc6c0e4d54597d69065f11fe84643 Author: Juri Grabowski <git-commit@jugra.de> Date: Tue Jul 17 22:58:22 2018 +0200 update to new release --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 2130a52..4f07368 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
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 c86ecb4277bae9657801008218f5215714f4cc70 Author: Juri Grabowski <git-commit@jugra.de> Date: Thu Jul 12 21:57:24 2018 +0200 no firmware blobs + stretch --- config/archives/x2go.list.chroot | 2 +- config/package-lists/firmware.list.chroot | 2 +- config/package-lists/x2go.list.chroot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/archives/x2go.list.chroot b/config/archives/x2go.list.chroot index 51c0819..033eeea 100644 --- a/config/archives/x2go.list.chroot +++ b/config/archives/x2go.list.chroot @@ -1 +1 @@ -deb http://packages.x2go.org/debian jessie main +deb http://packages.x2go.org/debian stretch main diff --git a/config/package-lists/firmware.list.chroot b/config/package-lists/firmware.list.chroot index 7a63759..eb0105d 100644 --- a/config/package-lists/firmware.list.chroot +++ b/config/package-lists/firmware.list.chroot @@ -1 +1 @@ -firmware-linux-free firmware-linux-nonfree firmware-linux firmware-realtek firmware-ralink firmware-atheros firmware-iwlwifi +#firmware-linux-free firmware-linux-nonfree firmware-linux firmware-realtek firmware-ralink firmware-atheros firmware-iwlwifi diff --git a/config/package-lists/x2go.list.chroot b/config/package-lists/x2go.list.chroot index 6f268aa..539aa74 100644 --- a/config/package-lists/x2go.list.chroot +++ b/config/package-lists/x2go.list.chroot @@ -1 +1 @@ -x2goclient rdesktop vncviewer +x2goclient freerdp-x11 tigervnc-viewer -- 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 master in repository live-build-x2go. commit 52f2a6c7fc42b64c0cc826a5988f56f81270decd Author: Juri Grabowski <git-commit@jugra.de> Date: Thu Jul 19 18:06:08 2018 +0200 add excludes --- README.txt | 29 ++++++++++------------------- config/rootfs/excludes | 5 +++++ 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/README.txt b/README.txt index 4f07368..0d3c5d8 100644 --- a/README.txt +++ b/README.txt @@ -16,6 +16,7 @@ FQDN=demo.x2go.org IP_OF_FQDN=`dig $FQDN +short` # just a part of dhcpd.conf from isc-dhcp-server package: +group { if substring ( option vendor-class-identifier , 19,1 ) = "0" { filename "bios/undionly.kpxe"; } @@ -26,37 +27,27 @@ IP_OF_FQDN=`dig $FQDN +short` log (info, concat ( "Unhandled vendor class Arch: ", substring ( option vendor-class-identifier , 19,1 ))); } if exists user-class and option user-class = "iPXE" { - set hwmac = concat ( - suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware,1,1))),2), ":", - suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware,2,1))),2), ":", - suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware,3,1))),2), ":", - suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware,4,1))),2), ":", - suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware,5,1))),2), ":", - suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware,6,1))),2) - ); - - filename = concat( "http://$FQDN/", hwmac ); + filename = "http://$FQDN/myhw"; } + host examplehost { hardware ethernet 0:0:c0:5d:bd:95; } + +} # Actual build starts here 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 --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 build cd `dirname $DIR` ln -s `basename $DIR` lb-x2go cd /var/www/html -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 +ln -s /srv/lb-x2go/binary/live . +cat <<EOF>myhw #!ipxe dhcp -kernel http://$FQDN/vmlinuz boot=live components fetch=http://$IP_OF_FQDN/filesystem.squashfs noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot silent splash toram lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 quiet kernel.sysrq=1 keep_bootcon sysrq_always_enable [...] -initrd http://$FQDN/initrd.img +kernel http://$FQDN/live/vmlinuz boot=live components fetch=http://$IP_OF_FQDN/live/filesystem.squashfs noswap vconsole.keymap=de-latin1-nodeadkeys log_buf_len=1M quickreboot silent splash toram lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 quiet kernel.sysrq=1 keep_bootcon sysrq_always_enabled initrd=initrd.img rootwait=120 live-config +initrd http://$FQDN/live/initrd.img boot EOF -ln -s myhw $MAC_OF_YOURCLIENT diff --git a/config/rootfs/excludes b/config/rootfs/excludes new file mode 100644 index 0000000..d0c280c --- /dev/null +++ b/config/rootfs/excludes @@ -0,0 +1,5 @@ +usr/share/doc/* +usr/share/locale/* +usr/share/man/* +var/lib/apt/lists/* +boot/* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git