mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-22 08:32:03 +00:00
The ubuntu-server:live should use a casper-based initramfs to work
correctly. (LP: #1682460)
This commit is contained in:
parent
608e738d38
commit
2e21d6d6b1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.441.2) UNRELEASED; urgency=medium
|
||||
|
||||
* The ubuntu-server:live should use a casper-based initramfs to work
|
||||
correctly. (LP: #1682460)
|
||||
|
||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 18 Apr 2017 09:56:31 -0400
|
||||
|
||||
livecd-rootfs (2.441.1) zesty; urgency=medium
|
||||
|
||||
* Setup kernel properly for ubuntu-server:live; we *do* want to build
|
||||
|
@ -135,14 +135,17 @@ case $IMAGEFORMAT in
|
||||
;;
|
||||
|
||||
plain)
|
||||
OPTS="${OPTS:+$OPTS }--initramfs none --chroot-filesystem $IMAGEFORMAT"
|
||||
INITRAMFS_TYPE=none
|
||||
case $PROJECT:$SUBPROJECT in
|
||||
ubuntu-server:live)
|
||||
add_package live lupin-casper
|
||||
INITRAMFS_TYPE=auto
|
||||
;;
|
||||
*)
|
||||
PREINSTALLED=true
|
||||
;;
|
||||
esac
|
||||
OPTS="${OPTS:+$OPTS }--initramfs $INITRAMFS_TYPE --chroot-filesystem $IMAGEFORMAT"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user