mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 07:32:22 +00:00
Minimize duplication
This commit is contained in:
parent
ba38059b0b
commit
ea16e4ef5a
@ -880,38 +880,28 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
xubuntu)
|
xubuntu)
|
||||||
|
# Xubuntu now ships the new installer.
|
||||||
|
touch config/universe-enabled
|
||||||
|
PASSES_TO_LAYERS="true"
|
||||||
|
KERNEL_FLAVOURS=generic
|
||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
minimal)
|
minimal)
|
||||||
# Xubuntu now ships the new installer.
|
|
||||||
touch config/universe-enabled
|
|
||||||
PASSES_TO_LAYERS="true"
|
|
||||||
KERNEL_FLAVOURS=generic
|
|
||||||
add_task minimal minimal standard xubuntu-minimal
|
add_task minimal minimal standard xubuntu-minimal
|
||||||
add_task minimal.standard xubuntu-minimal
|
add_task minimal.standard xubuntu-minimal
|
||||||
add_task minimal.standard.live xubuntu-live
|
|
||||||
add_package minimal.standard.live linux-$KERNEL_FLAVOURS
|
|
||||||
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
||||||
name: "Xubuntu Desktop"
|
name: "Xubuntu Minimal"
|
||||||
description: >-
|
description: >-
|
||||||
A full featured Xubuntu Desktop.
|
A minimal installation of the Xubuntu Desktop.
|
||||||
id: xubuntu-minimal
|
id: xubuntu-minimal
|
||||||
type: fsimage-layered
|
type: fsimage-layered
|
||||||
variant: desktop
|
variant: desktop
|
||||||
locale_support: langpack
|
locale_support: langpack
|
||||||
default: yes
|
default: yes
|
||||||
EOF
|
EOF
|
||||||
/usr/share/livecd-rootfs/checkout-translations-branch \
|
|
||||||
https://git.launchpad.net/subiquity po config/catalog-translations
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Xubuntu now ships the new installer.
|
|
||||||
touch config/universe-enabled
|
|
||||||
PASSES_TO_LAYERS="true"
|
|
||||||
KERNEL_FLAVOURS=generic
|
|
||||||
add_task minimal minimal standard xubuntu-desktop
|
add_task minimal minimal standard xubuntu-desktop
|
||||||
add_task minimal.standard xubuntu-desktop
|
add_task minimal.standard xubuntu-desktop
|
||||||
add_task minimal.standard.live xubuntu-live
|
|
||||||
add_package minimal.standard.live linux-$KERNEL_FLAVOURS
|
|
||||||
cat <<-EOF > config/minimal.catalog-in.yaml
|
cat <<-EOF > config/minimal.catalog-in.yaml
|
||||||
name: "Xubuntu Desktop (minimized)"
|
name: "Xubuntu Desktop (minimized)"
|
||||||
description: >-
|
description: >-
|
||||||
@ -931,10 +921,12 @@ case $PROJECT in
|
|||||||
locale_support: langpack
|
locale_support: langpack
|
||||||
default: yes
|
default: yes
|
||||||
EOF
|
EOF
|
||||||
/usr/share/livecd-rootfs/checkout-translations-branch \
|
|
||||||
https://git.launchpad.net/subiquity po config/catalog-translations
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
add_task minimal.standard.live xubuntu-live
|
||||||
|
add_package minimal.standard.live linux-$KERNEL_FLAVOURS
|
||||||
|
/usr/share/livecd-rootfs/checkout-translations-branch \
|
||||||
|
https://git.launchpad.net/subiquity po config/catalog-translations
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-budgie)
|
ubuntu-budgie)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user