Fix comment, edubuntu task build, yaml name

use-lxd-installer
Erich Eickmeyer 1 year ago committed by Simon Quigley
parent 8fd9a84b92
commit 0b4fd8b4c0

@ -798,13 +798,14 @@ case $PROJECT in
;; ;;
edubuntu) edubuntu)
# By default Edubuntu now ships the new installer. # Edubuntu now ships the new installer.
touch config/universe-enabled touch config/universe-enabled
PASSES_TO_LAYERS="true" PASSES_TO_LAYERS="true"
KERNEL_FLAVOURS='generic-hwe-22.04' # not sure if cruft or not, but likely will have to be updated to 24.04 KERNEL_FLAVOURS=generic
add_task minimal minimal standard edubuntu-desktop-gnome-minimal add_task minimal minimal standard edubuntu-desktop-gnome-minimal
add_task standard minimal standard edubuntu-desktop-gnome add_task minimal.standard edubuntu-desktop-gnome
add_task standard.live edubuntu-live add_task minimal.standard.live edubuntu-live
add_package minimal.standard.live linux-$KERNEL_FLAVOURS
cat <<-EOF > config/minimal.catalog-in.yaml cat <<-EOF > config/minimal.catalog-in.yaml
name: "Edubuntu Desktop (minimized)" name: "Edubuntu Desktop (minimized)"
description: >- description: >-
@ -814,7 +815,7 @@ case $PROJECT in
variant: desktop variant: desktop
locale_support: langpack locale_support: langpack
EOF EOF
cat <<-EOF > config/standard.catalog-in.yaml cat <<-EOF > config/minimal.standard.catalog-in.yaml
name: "Edubuntu Desktop" name: "Edubuntu Desktop"
description: >- description: >-
A full featured Edubuntu Desktop. A full featured Edubuntu Desktop.

Loading…
Cancel
Save