← Back to team overview

ubuntukylin-members team mailing list archive

[Merge] ~xnox/ubuntu-seeds/+git/kylin:mantic into ~ubuntukylin-members/ubuntu-seeds/+git/ubuntukylin:mantic

 

Dimitri John Ledkov has proposed merging ~xnox/ubuntu-seeds/+git/kylin:mantic into ~ubuntukylin-members/ubuntu-seeds/+git/ubuntukylin:mantic.

Commit message:
Ubuntu Desktop is choosing to only ship nvidia 535 in the iso pool for offline installs.

if you want to follow this, you can choose to merge this merge request.

Requested reviews:
  Ubuntu Kylin Members (ubuntukylin-members)

For more details, see:
https://code.launchpad.net/~xnox/ubuntu-seeds/+git/kylin/+merge/451675
-- 
Your team Ubuntu Kylin Members is requested to review the proposed merge of ~xnox/ubuntu-seeds/+git/kylin:mantic into ~ubuntukylin-members/ubuntu-seeds/+git/ubuntukylin:mantic.
diff --git a/ship-live b/ship-live
index b75f8aa..3c5cc8f 100644
--- a/ship-live
+++ b/ship-live
@@ -18,8 +18,10 @@ packages.
  * bcmwl-kernel-source #since we no longer have LRM
  * wvdial       # network-manager should replace this functionality ASAP
 
- * /^linux-modules-nvidia-[0-9]+-generic/
- * /^nvidia-driver-[0-9]+/  # Needed for networkless installation of graphics drivers
+ * /^nvidia-driver-535$/
+ * /^linux-modules-nvidia-535-generic-hwe-22.04$/
+ * /^linux-modules-nvidia-535-oem-22.04$/
+ * nvidia-prime
 
 == Installer ==
 

Follow ups