|
|
@ -448,7 +448,7 @@ if [ "$PREINSTALLED" = "true" ]; 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|ubuntu-base|base|ubuntu-touch|ubuntu-touch-custom|ubuntu-cpc|ubuntu-desktop-next)
|
|
|
|
ubuntu-core|ubuntu-base|base|ubuntu-touch|ubuntu-touch-custom|ubuntu-cpc)
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
*)
|
|
|
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
|
|
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
|
|
@ -511,7 +511,7 @@ if ! [ -e config/germinate-output/structure ]; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
case $PROJECT in
|
|
|
|
case $PROJECT in
|
|
|
|
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-desktop-next|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
|
|
|
|
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
|
|
|
|
INITRAMFS_COMPRESSION="lzma"
|
|
|
|
INITRAMFS_COMPRESSION="lzma"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
@ -548,25 +548,6 @@ case $PROJECT in
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
ubuntu-desktop-next)
|
|
|
|
|
|
|
|
add_task install minimal standard ubuntu-desktop-next ubuntu-sdk-libs
|
|
|
|
|
|
|
|
COMPONENTS='main restricted universe'
|
|
|
|
|
|
|
|
LIVE_TASK='ubuntu-touch-live'
|
|
|
|
|
|
|
|
KERNEL_FLAVOURS=generic
|
|
|
|
|
|
|
|
case $ARCH in
|
|
|
|
|
|
|
|
amd64) add_package live linux-signed-generic ;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# system image snappy desktop next image
|
|
|
|
|
|
|
|
# mvo: This is for cron.daily-preinstalled
|
|
|
|
|
|
|
|
# CDIMAGE_PREINSTALLED is not passed from build.py
|
|
|
|
|
|
|
|
# and PREINSTALLED means something different. So
|
|
|
|
|
|
|
|
# we use SUBPROJECT to pass on the information
|
|
|
|
|
|
|
|
if [ "${SUBPROJECT:-}" = "system-image" ]; then
|
|
|
|
|
|
|
|
OPTS="${OPTS:+$OPTS }--linux-packages=linux-image"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kubuntu|kubuntu-dvd)
|
|
|
|
kubuntu|kubuntu-dvd)
|
|
|
|
add_task install minimal standard
|
|
|
|
add_task install minimal standard
|
|
|
|
add_task install kubuntu-desktop
|
|
|
|
add_task install kubuntu-desktop
|
|
|
@ -1196,7 +1177,7 @@ EOF
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-desktop-next:system-image|ubuntu-cpc:*|ubuntu-server:live)
|
|
|
|
ubuntu-touch:*|ubuntu-touch-custom:*|ubuntu-core:system-image|ubuntu-cpc:*|ubuntu-server:live)
|
|
|
|
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
|
|
|
|
cp -af /usr/share/livecd-rootfs/live-build/${PROJECT}/* \
|
|
|
|
config/
|
|
|
|
config/
|
|
|
|
|
|
|
|
|
|
|
|