mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +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
|
||||
|
||||
* 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,
|
||||
attr,
|
||||
debootstrap,
|
||||
devscripts,
|
||||
distro-info,
|
||||
dosfstools,
|
||||
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