mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-27 08:41:31 +00:00
As suggested by Colin, first add the meta packages, then the other deps.
This commit is contained in:
parent
e0fcd94074
commit
57f0507518
@ -421,12 +421,13 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-touch|ubuntu-pd)
|
ubuntu-touch|ubuntu-pd)
|
||||||
add_package install ubuntu-minimal systemd-sysv- packagekit ubuntu-system-settings-online-accounts
|
|
||||||
if [ "$PROJECT" = "ubuntu-touch" ]; then
|
if [ "$PROJECT" = "ubuntu-touch" ]; then
|
||||||
add_package install ubuntu-touch
|
add_package install ubuntu-touch
|
||||||
else
|
else
|
||||||
add_package install ubuntu-pocket-desktop
|
add_package install ubuntu-pocket-desktop
|
||||||
fi
|
fi
|
||||||
|
add_package install ubuntu-minimal systemd-sysv- packagekit ubuntu-system-settings-online-accounts
|
||||||
|
|
||||||
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