mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 18:24:15 +00:00
Imported 2.800
No reason for CPC update specified.
This commit is contained in:
parent
7e69ac59c9
commit
8f04f104c8
20
debian/changelog
vendored
20
debian/changelog
vendored
@ -1,3 +1,23 @@
|
|||||||
|
livecd-rootfs (2.800) lunar; urgency=medium
|
||||||
|
|
||||||
|
* WSL: do not depend on standard anymore.
|
||||||
|
Evolve the seed to only ship the specific part useful to WSL users. This
|
||||||
|
allows to trim down the image size.
|
||||||
|
|
||||||
|
-- Didier Roche <didrocks@ubuntu.com> Mon, 20 Feb 2023 11:59:25 +0100
|
||||||
|
|
||||||
|
livecd-rootfs (2.799) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Reintroduce edubuntu.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 14 Feb 2023 15:55:41 -0800
|
||||||
|
|
||||||
|
livecd-rootfs (2.798) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Add xubuntu minimal subproject.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 13 Feb 2023 21:07:27 -0800
|
||||||
|
|
||||||
livecd-rootfs (2.797) lunar; urgency=medium
|
livecd-rootfs (2.797) lunar; urgency=medium
|
||||||
|
|
||||||
* Drop dependency on rsync, not used in a very long time and lets us drop
|
* Drop dependency on rsync, not used in a very long time and lets us drop
|
||||||
|
4
debian/tests/default-bootstraps
vendored
4
debian/tests/default-bootstraps
vendored
@ -13,6 +13,7 @@ fi
|
|||||||
# Listed subprojects can be combined with other projects as well,
|
# Listed subprojects can be combined with other projects as well,
|
||||||
# but this list gives reasonable coverage.
|
# but this list gives reasonable coverage.
|
||||||
ALL_TRIPLETS="
|
ALL_TRIPLETS="
|
||||||
|
edubuntu::
|
||||||
kubuntu::
|
kubuntu::
|
||||||
kubuntu-dvd::
|
kubuntu-dvd::
|
||||||
kubuntu-plasma5::
|
kubuntu-plasma5::
|
||||||
@ -38,7 +39,8 @@ ALL_TRIPLETS="
|
|||||||
ubuntu-mate-live::
|
ubuntu-mate-live::
|
||||||
ubuntu-netbook::
|
ubuntu-netbook::
|
||||||
ubuntu-server:live:ubuntu-server
|
ubuntu-server:live:ubuntu-server
|
||||||
xubuntu::"
|
xubuntu::
|
||||||
|
xubuntu:minimal:"
|
||||||
|
|
||||||
if [ -z "$SELECTED_TRIPLETS" ]; then
|
if [ -z "$SELECTED_TRIPLETS" ]; then
|
||||||
SELECTED_TRIPLETS="
|
SELECTED_TRIPLETS="
|
||||||
|
@ -653,7 +653,7 @@ case $PROJECT in
|
|||||||
ubuntu-server)
|
ubuntu-server)
|
||||||
COMPONENTS='main'
|
COMPONENTS='main'
|
||||||
;;
|
;;
|
||||||
kubuntu|kubuntu-dvd|kubuntu-plasma5|ubuntu-gnome|ubuntu-budgie|ubuntukylin)
|
kubuntu|kubuntu-dvd|kubuntu-plasma5|edubuntu|ubuntu-gnome|ubuntu-budgie|ubuntukylin)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
;;
|
;;
|
||||||
xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
||||||
@ -775,8 +775,20 @@ case $PROJECT in
|
|||||||
add_chroot_hook remove-gnome-icon-cache
|
add_chroot_hook remove-gnome-icon-cache
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
edubuntu)
|
||||||
|
add_task install minimal standard ubuntu-minimal edubuntu-desktop-gnome
|
||||||
|
LIVE_TASK='edubuntu-live'
|
||||||
|
;;
|
||||||
|
|
||||||
xubuntu)
|
xubuntu)
|
||||||
|
case ${SUBPROJECT:-} in
|
||||||
|
minimal)
|
||||||
|
add_task install minimal standard xubuntu-desktop-minimal
|
||||||
|
;;
|
||||||
|
*)
|
||||||
add_task install minimal standard xubuntu-desktop
|
add_task install minimal standard xubuntu-desktop
|
||||||
|
;;
|
||||||
|
esac
|
||||||
add_package install xterm
|
add_package install xterm
|
||||||
LIVE_TASK='xubuntu-live'
|
LIVE_TASK='xubuntu-live'
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
@ -916,7 +928,7 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-wsl)
|
ubuntu-wsl)
|
||||||
add_task install minimal standard ubuntu-wsl
|
add_task install minimal ubuntu-wsl
|
||||||
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
|
||||||
KERNEL_FLAVOURS=none
|
KERNEL_FLAVOURS=none
|
||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user