From e0809e31f676744bf6b49691b0038cd83a6c10ca Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Fri, 17 Nov 2017 15:08:15 +1300 Subject: [PATCH 1/2] Automount a partition of fixed UUID for giving subiquity canned answers. --- debian/changelog | 6 ++++++ .../system/local-fs.target.wants/subiquity_config.mount | 1 + .../overlay/lib/systemd/system/subiquity_config.mount | 4 ++++ 3 files changed, 11 insertions(+) create mode 120000 live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/local-fs.target.wants/subiquity_config.mount create mode 100644 live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity_config.mount diff --git a/debian/changelog b/debian/changelog index b2d103b3..5c8225a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.484~mwhudson1~ppa2) bionic; urgency=medium + + * Automount a partition of fixed UUID for giving subiquity canned answers. + + -- Michael Hudson-Doyle Fri, 17 Nov 2017 13:59:37 +1300 + livecd-rootfs (2.484) bionic; urgency=medium [ Balint Reczey ] diff --git a/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/local-fs.target.wants/subiquity_config.mount b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/local-fs.target.wants/subiquity_config.mount new file mode 120000 index 00000000..9c22c100 --- /dev/null +++ b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/local-fs.target.wants/subiquity_config.mount @@ -0,0 +1 @@ +../subiquity_config.mount \ No newline at end of file diff --git a/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity_config.mount b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity_config.mount new file mode 100644 index 00000000..af33494b --- /dev/null +++ b/live-build/ubuntu-server/includes.binary/overlay/lib/systemd/system/subiquity_config.mount @@ -0,0 +1,4 @@ +[Mount] +What=/dev/disk/by-uuid/00c629d6-06ab-4dfd-b21e-c3186f34105d +Where=/subiquity_config +Type=ext4 From 12defca93175134ed9bb45eaddc0a9e6e70d2c83 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Mon, 20 Nov 2017 09:12:56 +1300 Subject: [PATCH 2/2] fix changelog --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c8225a1..13689bb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -livecd-rootfs (2.484~mwhudson1~ppa2) bionic; urgency=medium +livecd-rootfs (2.485) UNRELEASED; urgency=medium * Automount a partition of fixed UUID for giving subiquity canned answers.