|
|
@ -152,7 +152,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
|
|
|
|
ubuntu-server)
|
|
|
|
ubuntu-server)
|
|
|
|
add_package live oem-config-debconf ubiquity-frontend-debconf
|
|
|
|
add_package live oem-config-debconf ubiquity-frontend-debconf
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
ubuntu-core|base)
|
|
|
|
ubuntu-core|base|ubuntu-touch)
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
*)
|
|
|
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
|
|
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
|
|
@ -268,11 +268,9 @@ case $PROJECT in
|
|
|
|
ubuntu-touch)
|
|
|
|
ubuntu-touch)
|
|
|
|
add_package install ubuntu-minimal ubuntu-touch
|
|
|
|
add_package install ubuntu-minimal ubuntu-touch
|
|
|
|
COMPONENTS='main restricted universe'
|
|
|
|
COMPONENTS='main restricted universe'
|
|
|
|
BINARY_IMAGES=tar
|
|
|
|
|
|
|
|
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'
|
|
|
|
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
|
|
|
OPTS="${OPTS:+$OPTS }--apt-recommends false"
|
|
|
|
OPTS="${OPTS:+$OPTS }--binary-filesystem ext4"
|
|
|
|
|
|
|
|
OPTS="${OPTS:+$OPTS }--compression gzip"
|
|
|
|
OPTS="${OPTS:+$OPTS }--compression gzip"
|
|
|
|
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
|
|
|
OPTS="${OPTS:+$OPTS }--swap-file-path SWAP.swap"
|
|
|
|
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
|
|
|
|
OPTS="${OPTS:+$OPTS }--swap-file-size 100"
|
|
|
|