Use "errors=remount-ro" fstab option only within supported filesystems
authorMichael Prokop <mika@grml.org>
Fri, 25 Nov 2022 08:04:31 +0000 (09:04 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 25 Nov 2022 13:31:02 +0000 (14:31 +0100)
commitbefae5ad7c117765183e66cad89c554c49435e75
tree163801ceeba32445b490748da2d26418bfee075e
parent8b44fbbb34301d28e9f4ff80516e90122748660c
Use "errors=remount-ro" fstab option only within supported filesystems

Also XFS doesn't support the errors=remount-ro option, but instead of
disabling the option for file systems that don't support it, let's
only enable it for the once that support it (according to linux's
source).

Thanks: Chris Hofstaedtler for the bug report
Closes: https://github.com/grml/grml-debootstrap/issues/199
chroot-script