Skip to content

Commit ccbb8db

Browse files
authored
Merge pull request #245 from aka7/new_fs_mount_option
New option to allow override of how fstab entries get created.
2 parents daeabe2 + 4766a3e commit ccbb8db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quattor/filesystems.pan

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ type structure_filesystem = {
7474
"ksfsformat" ? boolean
7575
@{ When defined and false, AII will ignore this filesystem }
7676
"aii" ? boolean
77+
@{ When defined and true, the device path will be used in fstab for the mount point, even if a UUID is available.}
78+
"mount_devpath" ? boolean
7779
};

0 commit comments

Comments
 (0)