Merge pull request #1974 from dbungert/quiet-splash

curtin: desktop grub.replace_linux_default False
This commit is contained in:
Dan Bungert 2024-04-15 17:21:47 -06:00 committed by GitHub
commit 2550aaa7ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -517,6 +517,9 @@ class SubiquityModel:
},
}
if self.source.current.variant == "desktop":
config["grub"]["replace_linux_default"] = False
if os.path.exists("/run/casper-md5check.json"):
with open("/run/casper-md5check.json") as fp:
config["write_files"]["md5check"] = {