mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-20 15:21:35 +00:00
Changelog entry, add postinst to use always up-to-date git livecd-rootfs contents.
This commit is contained in:
parent
14778d8aa8
commit
07ad1a3531
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (23.10.56~core1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Experiment with ubuntu-core-desktop livefs builds.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 25 Oct 2023 11:20:22 +0200
|
||||||
|
|
||||||
livecd-rootfs (23.10.55) mantic; urgency=medium
|
livecd-rootfs (23.10.55) mantic; urgency=medium
|
||||||
|
|
||||||
* fix: add 6.5 kernel appamor features to livecd-rootfs based on
|
* fix: add 6.5 kernel appamor features to livecd-rootfs based on
|
||||||
|
9
debian/postinst
vendored
Normal file
9
debian/postinst
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user