Add fs type as option

This commit is contained in:
2023-07-27 16:29:06 +02:00
parent 14a205d6a2
commit ee7849be8f
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@
declare -A mount
mount[mapper]='' # As in /dev/mapper/<?>
mount[target]='' # Mount point (absolute path)
mount[type]='ext4' # Filesystem type
mount[friendly]='' # Optional friendly name for unit file Description
mount[autolock]=0 # Set to 1 to enable autolock
mount[timeout]=0 # Set to 1 to enable mount timeout (30 seconds)