Skip to content

Commit

Permalink
load grub config from ai_data
Browse files Browse the repository at this point in the history
re: 1952926
  • Loading branch information
ITJamie committed Jan 18, 2023
1 parent d309972 commit b249c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/server/controllers/filesystem.py
Expand Up @@ -932,8 +932,8 @@ def convert_autoinstall_config(self, context=None):
raise Exception(
"must not use config: when installing core boot classic")
self.model.apply_autoinstall_config(self.ai_data['config'])
self.model.grub = self.ai_data.get('grub')
self.model.swap = self.ai_data.get('swap')
self.model.grub = self.ai_data.get('grub')

def start(self):
if self.model.bootloader == Bootloader.PREP:
Expand Down

0 comments on commit b249c4a

Please sign in to comment.