Skip to content

Commit 4856b63

Browse files
committed
fstab: Remove error
Mount option has been removed in 6.18
1 parent 4230caa commit 4856b63

File tree

1 file changed

+3
-3
lines changed
  • board/common/rootfs/etc

1 file changed

+3
-3
lines changed

board/common/rootfs/etc/fstab

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cfgfs /config configfs nofail,noauto 0 0
1616
# /home, /root, and /var, are determined dynamically by /usr/libexec/infix/mnt
1717
# depending on the available devices.
1818
mnttmp /mnt/tmp tmpfs defaults 0 0
19-
LABEL=aux /mnt/aux auto noatime,nodiratime,noauto,errors=remount-ro 0 0
20-
LABEL=var /mnt/var auto noatime,nodiratime,noauto,errors=remount-ro 0 0
21-
LABEL=cfg /mnt/cfg auto noatime,nodiratime,noauto,errors=remount-ro 0 0
19+
LABEL=aux /mnt/aux auto noatime,nodiratime,noauto 0 0
20+
LABEL=var /mnt/var auto noatime,nodiratime,noauto 0 0
21+
LABEL=cfg /mnt/cfg auto noatime,nodiratime,noauto 0 0
2222
hostfs /mnt/host 9p cache=none,msize=16384,noauto 0 0
2323
/usr/libexec/infix/mnt# /cfg helper none 0 0

0 commit comments

Comments
 (0)