mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-28 19:41:28 +00:00
Import patches-unapplied version 2.288 to ubuntu/vivid-proposed
Imported using git-ubuntu import. Changelog parent: c68dfb0ea3181f9463b9408886e0911520acdc7e New changelog entries: [ Michael Vogt ] * add dosfstools on snappy to ensure systemd can fsck the /boot partition [ Ricardo Salveti de Araujo ] * touch: don't depend on mir-platform-graphics-android and let that to be handled by the seeds (they can't stop bumping the package name and the graphics-mesa package doesn't cause any harm)
This commit is contained in:
parent
c68dfb0ea3
commit
898c13bafe
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
|||||||
|
livecd-rootfs (2.288) vivid; urgency=low
|
||||||
|
|
||||||
|
[ Michael Vogt ]
|
||||||
|
* add dosfstools on snappy to ensure systemd can fsck the /boot
|
||||||
|
partition
|
||||||
|
|
||||||
|
[ Ricardo Salveti de Araujo ]
|
||||||
|
* touch: don't depend on mir-platform-graphics-android and let that to be
|
||||||
|
handled by the seeds (they can't stop bumping the package name and the
|
||||||
|
graphics-mesa package doesn't cause any harm)
|
||||||
|
|
||||||
|
-- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Sun, 01 Mar 2015 01:27:11 -0300
|
||||||
|
|
||||||
livecd-rootfs (2.287) vivid; urgency=low
|
livecd-rootfs (2.287) vivid; urgency=low
|
||||||
|
|
||||||
[ Michael Vogt ]
|
[ Michael Vogt ]
|
||||||
|
@ -375,6 +375,10 @@ case $PROJECT in
|
|||||||
# no Task: header yet
|
# no Task: header yet
|
||||||
add_package install ubuntu-snappy
|
add_package install ubuntu-snappy
|
||||||
|
|
||||||
|
# this is required for systemd to fsck the /boot
|
||||||
|
# partition
|
||||||
|
add_package install dosfstools
|
||||||
|
|
||||||
# add special azure package
|
# add special azure package
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
@ -406,7 +410,7 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-touch)
|
ubuntu-touch)
|
||||||
add_package install ubuntu-minimal mir-platform-graphics-android ubuntu-touch
|
add_package install ubuntu-minimal ubuntu-touch
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
|
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
|
||||||
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
|
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user