autoinstall mount options ignored
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
In Progress
|
Undecided
|
Michael Hudson-Doyle |
Bug Description
In general, subiquity doesn't (yet) bother with mount options. This has been mentioned a few times already:
https:/
https:/
https:/
Those reports include feature requests for the interactive interface to grow fields for mount options. This report is more narrowly focused on autoinstalls.
Regarding autoinstalls, the subiquity documentation states, "For full flexibility, the installer allows storage configuration to be done using a syntax which is a superset of that supported by curtin." curtin supports mount options. However, mount options provided as part of an autoinstall storage config are ignored.
Regardless of whether this is a bug or a feature request, would adding mount option support to subiquity autoinstalls involve any more than recognizing the options key and passing it to curtin?
And for anybody looking for a hackish workaround, a user-data file is attached demonstrating one approach with a trivial example.
Ah yes, good point. https:/ /github. com/CanonicalLt d/subiquity/ pull/795 should fix this.