This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch feature/openbox-magic-pixel-workaround-buster in repository live-build-x2go. from 58ef7f2 Labels with blanks need to have their blanks replaced with \x20, else the comparison with /dev/disk/by-label will fail; lsblk -r instad of lsblk -l does that. new 31fd919 updated path so it works for buster and bullseye The 1 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: config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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/openbox-magic-pixel-workaround-buster in repository live-build-x2go. commit 31fd919237b5f5d5cfaffc364c9310e2caac0751 Author: Stefan Baur (BAUR-ITCS) <kontakt@baur-itcs.de> Date: Wed Sep 21 19:06:26 2022 +0200 updated path so it works for buster and bullseye --- config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf b/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf index 3578c6a..d18a2a7 100755 --- a/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf +++ b/config/includes.chroot/etc/network/if-up.d/0000-fix-resolvconf @@ -1,6 +1,6 @@ #!/bin/bash # for some silly reason, we end up with a 0-byte-sized actual resolv.conf file in /etc, which keeps resolvconf from working if ! [ -s /etc/resolv.conf ]; then - ln -sf /etc/resolvconf/run/resolv.conf /etc/resolv.conf + ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf resolvconf -u fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git