subiquity/common/types.py: WSLConf1 type fix

This commit is contained in:
Jinming Wu, Patrick 2021-08-25 10:19:02 +08:00 committed by Jean-Baptiste Lallement
parent 9745fcc05f
commit 90bb156141
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ class ShutdownMode(enum.Enum):
REBOOT = enum.auto()
POWEROFF = enum.auto()
@attr.s(auto_attribs=True)
class WSLConfiguration1Data:
custom_path: str = attr.ib(default='/mnt/')
custom_mount_opt: str = ''