mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
fstab: Remove commit and error mount option
These options does not exist anymore, they are removed in 6.18
This commit is contained in:
@@ -8,8 +8,8 @@ cfgfs /config configfs nofail,noauto 0 0
|
||||
# /home, /root, and /var, are determined dynamically by /usr/libexec/infix/mnt
|
||||
# depending on the available devices.
|
||||
mnttmp /mnt/tmp tmpfs defaults 0 0
|
||||
LABEL=aux /mnt/aux auto noatime,nodiratime,noauto,errors=remount-ro 0 0
|
||||
LABEL=var /mnt/var ext4 noatime,nodiratime,noauto,commit=30,errors=remount-ro 0 0
|
||||
LABEL=cfg /mnt/cfg ext4 noatime,nodiratime,noauto,commit=30,errors=remount-ro 0 0
|
||||
LABEL=aux /mnt/aux auto noatime,nodiratime,noauto 0 0
|
||||
LABEL=var /mnt/var ext4 noatime,nodiratime,noauto 0 0
|
||||
LABEL=cfg /mnt/cfg ext4 noatime,nodiratime,noauto 0 0
|
||||
hostfs /mnt/host 9p cache=none,msize=16384,noauto 0 0
|
||||
/usr/libexec/infix/mnt# /cfg helper none 0 0
|
||||
|
||||
Reference in New Issue
Block a user