mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 01:11:31 +00:00
Smarter layering (thanks vorlon)
This commit is contained in:
parent
dabcbc0d28
commit
5d23ea3d83
@ -897,11 +897,10 @@ case $PROJECT in
|
|||||||
EOF
|
EOF
|
||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
minimal)
|
minimal)
|
||||||
echo "default: yes" >> config/minimal.catalog-in.yaml
|
LIVE_LAYER_PARENT=minimal
|
||||||
add_task minimal.live xubuntu-minimal-live
|
|
||||||
add_package minimal.live linux-$KERNEL_FLAVOURS
|
|
||||||
*)
|
*)
|
||||||
# the standard layer, for standard installs (desktop iso)
|
# the standard layer, for standard installs (desktop iso)
|
||||||
|
LIVE_LAYER_PARENT=minimal.standard
|
||||||
add_task minimal.standard xubuntu-desktop
|
add_task minimal.standard xubuntu-desktop
|
||||||
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
cat <<-EOF > config/minimal.standard.catalog-in.yaml
|
||||||
name: "Xubuntu Desktop"
|
name: "Xubuntu Desktop"
|
||||||
@ -913,10 +912,10 @@ case $PROJECT in
|
|||||||
locale_support: langpack
|
locale_support: langpack
|
||||||
default: yes
|
default: yes
|
||||||
EOF
|
EOF
|
||||||
add_task minimal.standard.live xubuntu-live
|
|
||||||
add_package minimal.standard.live linux-$KERNEL_FLAVOURS
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
add_task ${LIVE_LAYER_PARENT}.live xubuntu-live
|
||||||
|
add_package ${LIVE_LAYER_PARENT}.live linux-$KERNEL_FLAVORS
|
||||||
/usr/share/livecd-rootfs/checkout-translations-branch \
|
/usr/share/livecd-rootfs/checkout-translations-branch \
|
||||||
https://git.launchpad.net/subiquity po config/catalog-translations
|
https://git.launchpad.net/subiquity po config/catalog-translations
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user