Merge pull request #459 from mwhudson/preserve_hostname

tell cloud-init to leave /etc/hostname alone
This commit is contained in:
Michael Hudson-Doyle 2019-04-15 15:05:09 +12:00 committed by GitHub
commit 35e5ce47c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ class SubiquityModel:
'mode': 'off',
},
'locale': self.locale.selected_language + '.UTF-8',
'preserve_hostname': True,
'resize_rootfs': False,
'users': [user_info],
'write_files': [