From fc49fb286c3d3d4bfcd281d36fa9589f9be2dfef Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 6 Sep 2023 11:32:43 -0700 Subject: [PATCH] Drop references to ubuntu-netbook, obsolete since Ubuntu 11.04. --- debian/changelog | 1 + debian/tests/default-bootstraps | 1 - live-build/auto/config | 5 ----- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea68b62d..d49ddc1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium hard-coded list of packages. * Don't hard-code addition of xterm package on xubuntu, it's in the task already. + * Drop references to ubuntu-netbook, obsolete since Ubuntu 11.04. -- Steve Langasek Wed, 06 Sep 2023 11:23:17 -0700 diff --git a/debian/tests/default-bootstraps b/debian/tests/default-bootstraps index 5e8a0fd0..0b3980bc 100755 --- a/debian/tests/default-bootstraps +++ b/debian/tests/default-bootstraps @@ -37,7 +37,6 @@ ALL_TRIPLETS=" ubuntu-mate-core:: ubuntu-mate-desktop:: ubuntu-mate-live:: - ubuntu-netbook:: ubuntu-server:live:ubuntu-server xubuntu:: xubuntu:minimal:" diff --git a/live-build/auto/config b/live-build/auto/config index 8549bad7..43bfbaf0 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -824,11 +824,6 @@ case $PROJECT in esac ;; - ubuntu-netbook) - add_task install minimal standard ubuntu-netbook - LIVE_TASK='netbook-live' - ;; - mythbuntu) add_task install minimal standard mythbuntu-desktop LIVE_TASK='mythbuntu-live'