mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-04 05:14:07 +00:00
Import patches-unapplied version 2.480 to ubuntu/bionic-proposed
Imported using git-ubuntu import. Changelog parent: f7fcac1602dd46181ec09e1bf4256c6255b23b50 New changelog entries: [ Gary Wang ] * Add the IMAGEFORMAT=none to support generating a single rootfs.
This commit is contained in:
parent
f7fcac1602
commit
184c0e0884
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.480) bionic; urgency=medium
|
||||||
|
|
||||||
|
[ Gary Wang ]
|
||||||
|
* Add the IMAGEFORMAT=none to support generating a single rootfs.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 06 Nov 2017 11:12:45 -0800
|
||||||
|
|
||||||
livecd-rootfs (2.479) bionic; urgency=medium
|
livecd-rootfs (2.479) bionic; urgency=medium
|
||||||
|
|
||||||
* Purge initramfs-tools from minimized images.
|
* Purge initramfs-tools from minimized images.
|
||||||
|
@ -183,6 +183,9 @@ case $IMAGEFORMAT in
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
none)
|
||||||
|
OPTS="${OPTS:+$OPTS }--chroot-filesystem $IMAGEFORMAT"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-server|ubuntu-touch|ubuntu-touch-custom)
|
ubuntu-server|ubuntu-touch|ubuntu-touch-custom)
|
||||||
@ -834,6 +837,9 @@ EOF
|
|||||||
ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-desktop-next:system-image|ubuntu-cpc:*|ubuntu-server:live)
|
ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-desktop-next:system-image|ubuntu-cpc:*|ubuntu-server:live)
|
||||||
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
|
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
|
||||||
config/
|
config/
|
||||||
|
if [ "$IMAGEFORMAT" = none ]; then
|
||||||
|
rm -f config/hooks/*.binary*
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user