diff --git a/debian/changelog b/debian/changelog index a32083ec..cb6e7cae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (23.10.56~core1) UNRELEASED; urgency=medium + + * Experiment with ubuntu-core-desktop livefs builds. + + -- Ɓukasz 'sil2100' Zemczak Wed, 25 Oct 2023 11:20:22 +0200 + livecd-rootfs (23.10.55) mantic; urgency=medium * fix: add 6.5 kernel appamor features to livecd-rootfs based on diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 00000000..817eff9e --- /dev/null +++ b/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +set -ex + +git clone https://git.launchpad.net/livecd-rootfs -b ubuntu-core-desktop /tmp/livecd-rootfs +mv /usr/share/livecd-rootfs/live-build /usr/share/livecd-rootfs/live-build.orig +mv /tmp/livecd-rootfs/live-build /usr/share/livecd-rootfs/live-build + +rm -rf /tmp/livecd-rootfs