summaryrefslogtreecommitdiffstats
path: root/dracut
diff options
context:
space:
mode:
authorNed Bass <[email protected]>2011-04-07 13:45:57 -0700
committerBrian Behlendorf <[email protected]>2011-04-08 09:25:18 -0700
commitc4803a966367517d56d7b7a6becef841e44dabbd (patch)
tree053634f7ceb1ee492bd1cbd54dc0b74743cf4f30 /dracut
parentf1329923610fb6281bdde1d99484e636d8de4ed9 (diff)
Use consistent indentation in mount-zfs.sh
Diffstat (limited to 'dracut')
-rwxr-xr-xdracut/90zfs/mount-zfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut/90zfs/mount-zfs.sh b/dracut/90zfs/mount-zfs.sh
index 9c753d9e4..47d683331 100755
--- a/dracut/90zfs/mount-zfs.sh
+++ b/dracut/90zfs/mount-zfs.sh
@@ -9,7 +9,7 @@ if [ "$rootfs" = "zfs" ]; then
mount -o zfsutil -t "$rootfs" "$zfsrootfs" "$NEWROOT"
if [ "$?" = "0" ]
then
- ROOTFS_MOUNTED=yes
+ ROOTFS_MOUNTED=yes
else
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
fi