|
|
@ -744,6 +744,13 @@ case $PROJECT in
|
|
|
|
remove_package minimal.standard.live ubiquity-frontend-gtk
|
|
|
|
remove_package minimal.standard.live ubiquity-frontend-gtk
|
|
|
|
# the enhanced-secureboot layer, contains all packages for the enhanced secureboot install
|
|
|
|
# the enhanced-secureboot layer, contains all packages for the enhanced secureboot install
|
|
|
|
add_package minimal.standard.enhanced-secureboot cryptsetup boot-managed-by-snapd
|
|
|
|
add_package minimal.standard.enhanced-secureboot cryptsetup boot-managed-by-snapd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# language support
|
|
|
|
|
|
|
|
seeded_langs="$(get_seeded_languages desktop-minimal desktop)"
|
|
|
|
|
|
|
|
echo "$seeded_langs" | tr ' ' ',' > config/seeded-languages
|
|
|
|
|
|
|
|
derive_language_layers minimal desktop-minimal desktop-minimal-default-languages "$seeded_langs"
|
|
|
|
|
|
|
|
derive_language_layers minimal.standard desktop desktop-default-languages "$seeded_langs"
|
|
|
|
|
|
|
|
|
|
|
|
# now let's create the neccessary catalog files
|
|
|
|
# now let's create the neccessary catalog files
|
|
|
|
# TODO: make sure that we handle locale_support: langpack correctly
|
|
|
|
# TODO: make sure that we handle locale_support: langpack correctly
|
|
|
|
cat <<-EOF > config/minimal.catalog-in.yaml
|
|
|
|
cat <<-EOF > config/minimal.catalog-in.yaml
|
|
|
@ -753,7 +760,7 @@ case $PROJECT in
|
|
|
|
id: ubuntu-desktop-minimal
|
|
|
|
id: ubuntu-desktop-minimal
|
|
|
|
type: fsimage-layered
|
|
|
|
type: fsimage-layered
|
|
|
|
variant: desktop
|
|
|
|
variant: desktop
|
|
|
|
locale_support: none
|
|
|
|
locale_support: langpack
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
|
|
|
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
|
|
|
name: "Ubuntu Desktop"
|
|
|
|
name: "Ubuntu Desktop"
|
|
|
@ -762,7 +769,7 @@ case $PROJECT in
|
|
|
|
id: ubuntu-desktop
|
|
|
|
id: ubuntu-desktop
|
|
|
|
type: fsimage-layered
|
|
|
|
type: fsimage-layered
|
|
|
|
variant: desktop
|
|
|
|
variant: desktop
|
|
|
|
locale_support: none
|
|
|
|
locale_support: langpack
|
|
|
|
default: yes
|
|
|
|
default: yes
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
cat <<-EOF > config/minimal.standard.classic.catalog-in.yaml
|
|
|
|
cat <<-EOF > config/minimal.standard.classic.catalog-in.yaml
|
|
|
|