mirror of
https://github.com/BigfootACA/arch-image-builder.git
synced 2024-11-23 13:23:24 +08:00
builder: lib: mount.py: fix MountPoint clone option list
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
parent
84d8a0c247
commit
7ad662ab28
@ -262,7 +262,7 @@ class MountPoint(SerializableDict):
|
||||
mnt.source = self.source
|
||||
mnt.target = self.target
|
||||
mnt.fstype = self.fstype
|
||||
mnt.option = self.option
|
||||
mnt.options = self.options
|
||||
mnt.fs_freq = self.fs_freq
|
||||
mnt.fs_passno = self.fs_passno
|
||||
return mnt
|
||||
|
Loading…
Reference in New Issue
Block a user