Skip to content

Commit

Permalink
Don't install packages from external archive in prepare page
Browse files Browse the repository at this point in the history
https://bugs.launchpad.net/somerville/+bug/1993367

It tries to install Nvidia driver required package during
verifying installation configuration. The procedure will be stuck in Dell
FI environment. Set it to false to omit the ubuntu-drivers install
on DGPU config.
  • Loading branch information
KaiChuan-Hsieh authored and CragW committed Oct 28, 2022
1 parent ecec926 commit bfb801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubiquity/dell-bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ def prepare(self, unfiltered=False):
self.preseed("ubiquity/minimal_install", "true")

self.preseed_bool("ubiquity/download_updates", False)
self.preseed_bool("ubiquity/use_nonfree", True)
self.preseed_bool("ubiquity/use_nonfree", False)

return (['/usr/share/ubiquity/dell-bootstrap'], [RECOVERY_TYPE_QUESTION])

Expand Down

0 comments on commit bfb801a

Please sign in to comment.