builder: lib: mount.py: fix MountPoint clone option list

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
BigfootACA 2024-05-23 17:18:06 +08:00
parent 84d8a0c247
commit 7ad662ab28

View File

@ -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