← Back to team overview

ubuntukylin-members team mailing list archive

[Merge] ~dbungert/ubuntu-seeds/+git/ubuntukylin:fix-offline into ~ubuntukylin-members/ubuntu-seeds/+git/ubuntukylin:noble

 

Dan Bungert has proposed merging ~dbungert/ubuntu-seeds/+git/ubuntukylin:fix-offline into ~ubuntukylin-members/ubuntu-seeds/+git/ubuntukylin:noble.

Commit message:
fix offline installs

After testing offline installs with the beta ISO, package(s) were
found which should be added to the ISO in order to support offline
installs.  Note that we can fallback to an "offline" install if the
connection to the mirror is not great, so for robustness I suggest
merging the MP.



Requested reviews:
  Ubuntu Kylin Members (ubuntukylin-members)

For more details, see:
https://code.launchpad.net/~dbungert/ubuntu-seeds/+git/ubuntukylin/+merge/464241
-- 
Your team Ubuntu Kylin Members is requested to review the proposed merge of ~dbungert/ubuntu-seeds/+git/ubuntukylin:fix-offline into ~ubuntukylin-members/ubuntu-seeds/+git/ubuntukylin:noble.
diff --git a/ship-live b/ship-live
index 7cf04f6..e40a3d4 100644
--- a/ship-live
+++ b/ship-live
@@ -14,18 +14,45 @@ packages.
  * broadcom-sta-dkms # for remaining odd wifi support
  * wpasupplicant
 
+== kernel ==
 
-== Installer ==
+The kernel is installed dynamically, so include it in the pool.
+
+ * linux-generic
+
+= Curtin =
+
+These packages may be installed dynamically by curtin based on
+installation parameters. They should generally be made available on
+curtin based CDs.
+
+== curtin block/deps.py ==
+
+ * bcache-tools
+ * btrfs-progs
+ * cryptsetup
+ * e2fsprogs
+ * jfsutils
+ * lvm2
+ * mdadm
+ * ntfs-3g
+ * open-iscsi
+ * reiserfsprogs
+ * xfsprogs
+ * zfs-initramfs
+ * zfsutils-linux
+
+== curtin curthooks.py ==
 
  * multipath-tools-boot
  * grub-efi-amd64 [amd64]
  * grub-efi-amd64-signed [amd64]
  * grub-efi-arm64 [arm64]
+ * grub-efi-arm64-signed [arm64]
  * grub-pc
  * shim-signed
  * efibootmgr
  * mdadm
- * linux-generic-hwe-24.04 [amd64]  # make sure offline installs work
 
 == nvidia ==
 

Follow ups