diff --git a/subiquity/common/types.py b/subiquity/common/types.py index 271fb65c..e0818680 100644 --- a/subiquity/common/types.py +++ b/subiquity/common/types.py @@ -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 = ''