Comment 99 for bug 1922342

Revision history for this message
Thomas Schmitt (scdbackup) wrote :

Hi,

sudodus wrote:
> http://cdimage.ubuntu.com/lubuntu/releases/22.04/release/

The "Try or Install" menu item of grub.cfg in lubuntu-22.04-desktop-amd64.iso
differs from the one of ubuntu-22.04-desktop-amd64.iso mainly by kernel
parameter file=/cdrom/preseed/lubuntu.seed instead of ubuntu.seed.

The .seed files differ by:

--- ubuntu.seed 2022-05-15 19:02:13.187611554 +0200
+++ lubuntu.seed 2022-05-15 19:01:54.003611482 +0200
@@ -1,9 +1,8 @@
+# The Lubuntu seeds assume that installation of Recommends is disabled.
+d-i base-installer/install-recommends boolean true
 # Enable extras.ubuntu.com.
 d-i apt-setup/extras boolean true
-# Install the Ubuntu desktop.
-tasksel tasksel/first multiselect ubuntu-desktop
-# On live DVDs, don't spend huge amounts of time removing substantial
-# 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
+# Install the Lubuntu desktop.
+tasksel tasksel/first multiselect standard, lubuntu-desktop
+# No LXDE translation packages yet.
+d-i pkgsel/language-pack-patterns string

It is noteworthy that ubuntu.seed talks of avoiding "huge amounts of time",
whereas lubuntu.seed does not.

Does ubuntu-22.04-desktop-amd64.iso boot faster than the lubuntu ISO ?

Have a nice day :)

Thomas