summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-14 23:37:28 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-14 23:37:28 +0200
commit992ad9aebdd5eee20ebcf75027be395650d31526 (patch)
tree47360ab35ca735eb48ef7a086fbb4225652ddbf0 /backend
parent3310fad95002b10c8eac5850f86c3ed2642cfe32 (diff)
downloadacritoxinstaller-992ad9aebdd5eee20ebcf75027be395650d31526.zip
acritoxinstaller-992ad9aebdd5eee20ebcf75027be395650d31526.tar.gz
no "errors=remount-ro" option for btrfs
Diffstat (limited to 'backend')
-rw-r--r--backend/modules/install_main2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main
index 2cd502f..6159ae7 100644
--- a/backend/modules/install_main
+++ b/backend/modules/install_main
@@ -62,7 +62,7 @@ EOF
if [ "$mountpoint" = "/" ]; then
fstab_pass=1
case $fstab_type in
- reiser*|xfs|jfs)
+ reiser*|xfs|jfs|btrfs)
fstab_options="defaults"
;;
*)