This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/bookworm-fvwm in repository live-build-x2go. from b556dc9 s/bullseye/bookworm/g new 69b7b6a Move to gitlab.x2go.org new ddc47ff Update x2gothinclient_sessions to mdns name x2goserver.local new 80f0920 add libnss-mdns for name resolution of x2goserver.local new 4195f0b Update x2go.list.chroot new dd134da use xinit initialization instead on nodm new 4c67f21 Delete utils.list.chroot new 65164e5 Delete x2go.key.chroot new 9140fbc Delete x2go.list.chroot new 81f6382 move to gitlab.x2go.org new c01d61b add ipv6 howto The 10 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: .travis.yml | 2 +- README.IPv6 | 50 ++++++++++++++++++++++ README.txt | 4 +- config/archives/x2go.key.chroot | 42 ------------------ config/archives/x2go.list.chroot | 1 - .../etc/x2go/x2gothinclient_sessions | 2 +- config/package-lists/desktop.list.chroot | 2 +- config/package-lists/utils.list.chroot | 1 - config/package-lists/x2go.list.chroot | 2 +- 9 files changed, 56 insertions(+), 50 deletions(-) create mode 100644 README.IPv6 delete mode 100644 config/archives/x2go.key.chroot delete mode 100644 config/archives/x2go.list.chroot delete mode 100644 config/package-lists/utils.list.chroot -- 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/bookworm-fvwm in repository live-build-x2go. commit ddc47ff577ac271f84fa97f85976c37de3a1d2a4 Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:39:09 2022 +0000 Update x2gothinclient_sessions to mdns name x2goserver.local --- config/includes.chroot/etc/x2go/x2gothinclient_sessions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/etc/x2go/x2gothinclient_sessions b/config/includes.chroot/etc/x2go/x2gothinclient_sessions index 9bdda82..8ccbf32 100644 --- a/config/includes.chroot/etc/x2go/x2gothinclient_sessions +++ b/config/includes.chroot/etc/x2go/x2gothinclient_sessions @@ -24,7 +24,7 @@ sndport=4713 print=false name= icon=:icons/128x128/x2gosession.png -host=demo.x2go.org +host=x2goserver.local user=demo key= sshport=22 -- 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/bookworm-fvwm in repository live-build-x2go. commit 69b7b6afae6bd7b678c201b0ec26568f24c0dc4e Author: Juri Grabowski <git-commit@jugra.de> Date: Fri Dec 16 17:50:57 2022 +0100 Move to gitlab.x2go.org --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 6a29225..5a88672 100644 --- a/README.txt +++ b/README.txt @@ -49,7 +49,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 -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quickre [...] +lb config -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config https://gitlab.x2go.org/x2go/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quic [...] lb build cd `dirname $DIR` ln -nfs `basename $DIR` lb-x2go @@ -62,7 +62,7 @@ YOURHW=myhw cat <<EOF>$YOURHW #!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 [...] +kernel http://$FQDN/vmlinuz boot=live components fetch=http://$IP_OF_FQDN/filesystem.squashfs noswap vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 keep_bootcon sysrq_always_enabled log_buf_len=1M quickreboot silent splash toram lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 quiet initrd=initrd.img rootwait=120 initrd http://$FQDN/initrd.img boot EOF -- 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/bookworm-fvwm in repository live-build-x2go. commit 80f092067ba8ae0e98d58203327ad6affd391283 Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:40:43 2022 +0000 add libnss-mdns for name resolution of x2goserver.local --- config/package-lists/x2go.list.chroot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/package-lists/x2go.list.chroot b/config/package-lists/x2go.list.chroot index c623405..006bacb 100644 --- a/config/package-lists/x2go.list.chroot +++ b/config/package-lists/x2go.list.chroot @@ -1 +1,3 @@ -x2goclient freerdp2-x11 tigervnc-viewer +x2goclient +freerdp2-x11 +libnss-mdns -- 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/bookworm-fvwm in repository live-build-x2go. commit 4195f0b3216cdfc6b8f4fd2431b806c72c2051bf Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:41:11 2022 +0000 Update x2go.list.chroot --- config/package-lists/x2go.list.chroot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/package-lists/x2go.list.chroot b/config/package-lists/x2go.list.chroot index 006bacb..1cbcdfd 100644 --- a/config/package-lists/x2go.list.chroot +++ b/config/package-lists/x2go.list.chroot @@ -1,3 +1 @@ -x2goclient -freerdp2-x11 -libnss-mdns +x2goclient freerdp2-x11 libnss-mdns -- 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/bookworm-fvwm in repository live-build-x2go. commit dd134da12de7866465ff43ad5160d2559dc45d04 Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:43:28 2022 +0000 use xinit initialization instead on nodm --- config/package-lists/desktop.list.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/package-lists/desktop.list.chroot b/config/package-lists/desktop.list.chroot index 50ae318..5a36a8a 100644 --- a/config/package-lists/desktop.list.chroot +++ b/config/package-lists/desktop.list.chroot @@ -1 +1 @@ -xserver-xorg-video-all xserver-xorg fvwm nodm xterm aptitude +xserver-xorg-video-all xserver-xorg fvwm -- 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/bookworm-fvwm in repository live-build-x2go. commit 65164e5519521a2ac65fdb762cbb08cfaee83b29 Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:45:41 2022 +0000 Delete x2go.key.chroot --- config/archives/x2go.key.chroot | 42 ----------------------------------------- 1 file changed, 42 deletions(-) diff --git a/config/archives/x2go.key.chroot b/config/archives/x2go.key.chroot deleted file mode 100644 index d024d38..0000000 --- a/config/archives/x2go.key.chroot +++ /dev/null @@ -1,42 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v1 - -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 -GgnImSzT/4N6/IeM -=d8Zd ------END PGP PUBLIC KEY BLOCK----- -- 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/bookworm-fvwm in repository live-build-x2go. commit 4c67f21326671175ac6bd9eb48168251970df9e6 Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:44:14 2022 +0000 Delete utils.list.chroot --- config/package-lists/utils.list.chroot | 1 - 1 file changed, 1 deletion(-) diff --git a/config/package-lists/utils.list.chroot b/config/package-lists/utils.list.chroot deleted file mode 100644 index 7f96bf1..0000000 --- a/config/package-lists/utils.list.chroot +++ /dev/null @@ -1 +0,0 @@ -psmisc vim screen xdotool -- 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/bookworm-fvwm in repository live-build-x2go. commit 9140fbc5dcba9e7e4f240e3d761cf09762f7afcd Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:45:50 2022 +0000 Delete x2go.list.chroot --- config/archives/x2go.list.chroot | 1 - 1 file changed, 1 deletion(-) diff --git a/config/archives/x2go.list.chroot b/config/archives/x2go.list.chroot deleted file mode 100644 index a1c770a..0000000 --- a/config/archives/x2go.list.chroot +++ /dev/null @@ -1 +0,0 @@ -#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/bookworm-fvwm in repository live-build-x2go. commit 81f63827f0900e267aa7d24e7691e6d39b965d1f Author: Juri Grabowski <gitlab.x2go.org@jugra.de> Date: Mon Dec 26 01:49:25 2022 +0000 move to gitlab.x2go.org --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 275afe4..376a48e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - echo $DIR - cd $DIR - pwd - - sudo lb config -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config git://code.x2go.org/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live aufs vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1 [...] + - sudo lb config -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config https://gitlab.x2go.org/x2go/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_l [...] - sudo lb build - cd `dirname $DIR` - sudo ln -nfs `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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/bookworm-fvwm in repository live-build-x2go. commit c01d61bcbc21e499fd8b6fe034036550febd8e3d Author: Juri Grabowski <debian@jugra.de> Date: Mon Jul 10 18:32:40 2023 +0200 add ipv6 howto --- README.IPv6 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.txt | 2 +- 2 files changed, 51 insertions(+), 1 deletion(-) diff --git a/README.IPv6 b/README.IPv6 new file mode 100644 index 0000000..c7d2c19 --- /dev/null +++ b/README.IPv6 @@ -0,0 +1,50 @@ +# IPv6-only netboot setup: +cat <<'EOF'>>/etc/radvd.conf +interface vmbr7 { + AdvSendAdvert on; + AdvManagedFlag on; + AdvOtherConfigFlag on; + MinRtrAdvInterval 3; + MaxRtrAdvInterval 10; + prefix ::/64 { + AdvOnLink on; + AdvRouterAddr on; + }; +}; +EOF + +cat <<'EOF'>>/etc/dhcp/dhcpd6.conf +authoritative; +option dhcp6.bootfile-url code 59 = string; +option dhcp6.client-arch-type code 61 = array of unsigned integer 16; +option dhcp6.vendor-class code 16 = {integer 32, integer 16, string}; +class "HTTPClient" { + match substring (option dhcp6.vendor-class, 6, 21); + } +subclass "HTTPClient" "HTTPClient:Arch:00016" { + option dhcp6.bootfile-url "http://[2001:db8::]/snponly.efi"; + option dhcp6.vendor-class 0 10 "HTTPClient"; +} + +if option dhcp6.client-arch-type = 00:07 { + option dhcp6.bootfile-url "tftp://[2001:db8::]/snponly.efi"; +} else { + # Support a hypothetical BIOS system that can PXE boot over IPv6 + option dhcp6.bootfile-url "tftp://[2001:db8::]/undionly.kpxe"; +} +option dhcp6.name-servers 2001:db8::; +option dhcp6.domain-search "example.com"; +host ipv6test { hardware ethernet 00:00:5E:00:53:FF; fixed-address6 2001:db8::1; } +subnet6 2001:db8::/64 { +range6 2001:db8::2 2001:db8::ffff:ffff:ffff:ffff; +} + +EOF + +cat <<'EOF'>x2go.ipxe +#!ipxe +ifconf -c ipv6 +kernel http://[2001:db8::]/vmlinuz boot=live components fetch=http://[2001:db8::]/filesystem.squashfs noswap vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 keep_bootcon sysrq_always_enabled log_buf_len=1M quickreboot silent splash toram lang=de locales=de_DE.UTF-8 keyboard-layouts=de consoleblank=0 quiet initrd=initrd.img rootwait=120 live-config +initrd http://[2001:db8::]/initrd.img +boot +EOF diff --git a/README.txt b/README.txt index 5a88672..1008c1a 100644 --- a/README.txt +++ b/README.txt @@ -49,7 +49,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 -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config https://gitlab.x2go.org/x2go/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free" --apt-recommends false --firmware-binary false --updates true --backports false --win32-loader false --loadlin false --security false --initsystem systemd -b netboot --bootappend-live vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quic [...] +lb config -d bookworm --chroot-filesystem squashfs --apt-indices false --cache-packages false --config https://gitlab.x2go.org/x2go/live-build-x2go.git::feature/bookworm-fvwm --archive-areas "main contrib non-free non-free-firmware" --apt-recommends false --updates true --backports false --win32-loader false --loadlin false --security true --initsystem systemd -b netboot --bootappend-live vconsole.keymap=de-latin1-nodeadkeys kernel.sysrq=1 sysrq_always_enabled log_buf_len=1M quickreboot [...] lb build cd `dirname $DIR` ln -nfs `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