[Merge] ~edubuntu-dev/debian-cd/+git/ubuntu:main into ~ubuntu-cdimage/debian-cd/+git/ubuntu:main
Steve Langasek
mp+437293 at code.launchpad.net
Tue Feb 14 18:10:25 UTC 2023
Review: Needs Fixing
Diff comments:
> diff --git a/data/lunar/preseed/edubuntu/edubuntu.seed b/data/lunar/preseed/edubuntu/edubuntu.seed
> new file mode 100644
> index 0000000..7413f66
> --- /dev/null
> +++ b/data/lunar/preseed/edubuntu/edubuntu.seed
> @@ -0,0 +1,12 @@
> +# Enable extras.ubuntu.com.
> +d-i apt-setup/extras boolean true
> +# Install the Edubuntu desktop.
> +tasksel tasksel/first multiselect ubuntu-minimal, edubuntu-desktop-gnome
> +d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false; echo 'tasksel tasksel/first seen false' >>/var/lib/preseed/log ;; esac
> +# Install both GNOME and KDE translation packages since we have both app types seeded.
> +d-i pkgsel/language-pack-patterns string language-pack-gnome-$LL language-pack-kde-$LL kde-i18n-$LL
> +# On live DVDs, don't spend huge amounts of time removing substantial
everything above here is definitely obsolete and should be dropped.
> +# application packages pulled in by language packs. Given that we clearly
> +# have the space to include them on the DVD, they're useful and we might as
> +# well keep them installed.
> +ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org
$ rmadison icedtea6-plugin openoffice.org
$
The interface is not obsolete, but the package names are so this is a no-op; either needs to be updated to something currently relevant, or dropped.
--
https://code.launchpad.net/~edubuntu-dev/debian-cd/+git/ubuntu/+merge/437293
Your team Edubuntu Developers is subscribed to branch ~edubuntu-dev/debian-cd/+git/ubuntu:main.
More information about the Ubuntu-reviews
mailing list