From eca9613bf380d6cac446143bafd6329b1dbdccf1 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 30 Apr 2018 20:01:54 +1200 Subject: [PATCH] Symlink systemd-networkd-wait-online to /bin/true in the live installer live session to avoid depending on buggy systemd behaviour. --- debian/changelog | 7 +++++++ .../overlay/lib/systemd/systemd-networkd-wait-online | 1 + 2 files changed, 8 insertions(+) create mode 120000 live-build/ubuntu-server/includes.binary/overlay/lib/systemd/systemd-networkd-wait-online diff --git a/debian/changelog b/debian/changelog index 817e0429..10ac754c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.526) UNRELEASED; urgency=medium + + * Symlink systemd-networkd-wait-online to /bin/true in the live installer + live session to avoid depending on buggy systemd behaviour. + + -- Michael Hudson-Doyle Mon, 30 Apr 2018 20:00:02 +1200 + livecd-rootfs (2.525) bionic; urgency=medium * Don't fail to build CPC images if /lib/modules already exists in the diff --git a/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/systemd-networkd-wait-online b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/systemd-networkd-wait-online new file mode 120000 index 00000000..63b10de4 --- /dev/null +++ b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/systemd-networkd-wait-online @@ -0,0 +1 @@ +/bin/true \ No newline at end of file