mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-05 15:11:46 +00:00
shuffle install order around
This commit is contained in:
parent
5e5abfdb83
commit
91e0450507
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ livecd-rootfs (2.298) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
* live-build/auto/config:
|
* live-build/auto/config:
|
||||||
- remove resolvconf, click-apparmor, dosfstools
|
- remove resolvconf, click-apparmor, dosfstools
|
||||||
|
- shuffle install order around
|
||||||
* snappy:
|
* snappy:
|
||||||
+ remove click-hook-framework
|
+ remove click-hook-framework
|
||||||
+ remove /etc/init.d/grub-common
|
+ remove /etc/init.d/grub-common
|
||||||
|
@ -364,10 +364,6 @@ case $PROJECT in
|
|||||||
if [ "$SUBPROJECT" = "system-image" ]; then
|
if [ "$SUBPROJECT" = "system-image" ]; then
|
||||||
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
||||||
|
|
||||||
# no minimal as we want to be really minimal
|
|
||||||
#add_task install minimal
|
|
||||||
add_task install ubuntu-core
|
|
||||||
|
|
||||||
# some workarounds because the seeds are not quite
|
# some workarounds because the seeds are not quite
|
||||||
# corrent at the moment
|
# corrent at the moment
|
||||||
add_package install dbus
|
add_package install dbus
|
||||||
@ -376,6 +372,10 @@ case $PROJECT in
|
|||||||
# no Task: header yet
|
# no Task: header yet
|
||||||
add_package install ubuntu-snappy
|
add_package install ubuntu-snappy
|
||||||
|
|
||||||
|
# no minimal as we want to be really minimal
|
||||||
|
#add_task install minimal
|
||||||
|
add_task install ubuntu-core
|
||||||
|
|
||||||
# add special azure package
|
# add special azure package
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64)
|
amd64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user