← Back to team overview

xubuntu-dev team mailing list archive

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

 

Dan Bungert has proposed merging ~dbungert/ubuntu-seeds/+git/xubuntu:fix-offline into ~xubuntu-dev/ubuntu-seeds/+git/xubuntu: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:
  Xubuntu Developers (xubuntu-dev)

For more details, see:
https://code.launchpad.net/~dbungert/ubuntu-seeds/+git/xubuntu/+merge/464237
-- 
Your team Xubuntu Developers is requested to review the proposed merge of ~dbungert/ubuntu-seeds/+git/xubuntu:fix-offline into ~xubuntu-dev/ubuntu-seeds/+git/xubuntu:noble.
diff --git a/ship-live b/ship-live
index 1fcbfca..4d36706 100644
--- a/ship-live
+++ b/ship-live
@@ -25,6 +25,12 @@ it runs.
 
  * wpasupplicant
 
+= kernel =
+
+The kernel is installed dynamically, so include it in the pool.
+
+ * linux-generic
+
 = Curtin =
 
 These packages may be installed dynamically by curtin based on
@@ -53,7 +59,7 @@ curtin based CDs.
  * grub-efi-amd64 [amd64]
  * grub-efi-amd64-signed [amd64]
  * grub-efi-arm64 [arm64]
- * grub-efi-amd64-signed [arm64]
+ * grub-efi-arm64-signed [arm64]
  * grub-pc
  * shim-signed
  * efibootmgr

Follow ups