mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 00:41:40 +00:00
Test commit.
This commit is contained in:
parent
41f4ccf0a6
commit
b7e0e1b433
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.865.41~ppa1) jammy; urgency=medium
|
||||||
|
|
||||||
|
* Testing some changes for intel-iot.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 19 Mar 2024 14:46:57 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.765.40) jammy; urgency=medium
|
livecd-rootfs (2.765.40) jammy; urgency=medium
|
||||||
|
|
||||||
* Handle the allwinner kernel in the same way as we handle generic. This
|
* Handle the allwinner kernel in the same way as we handle generic. This
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -12,6 +12,7 @@ Depends: ${misc:Depends},
|
|||||||
apt-utils,
|
apt-utils,
|
||||||
attr,
|
attr,
|
||||||
debootstrap,
|
debootstrap,
|
||||||
|
devscripts,
|
||||||
distro-info,
|
distro-info,
|
||||||
dosfstools,
|
dosfstools,
|
||||||
e2fsprogs,
|
e2fsprogs,
|
||||||
|
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 intel-iot-changes /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