Fixing indenting.

This commit is contained in:
Daniel Baumann 2007-10-31 11:10:05 +01:00
parent bb08fc8d1e
commit 15f9200589
3 changed files with 11 additions and 9 deletions

View File

@ -181,7 +181,7 @@ fi
if [ -n "${LH_NET_COW_PATH}" ]
then
Echo_error "Net cow not yet supported on grub"
exit 1
exit 1
fi
if [ "${LH_EXPOSED_ROOT}" != "disabled" ]

View File

@ -435,17 +435,19 @@ fi
if [ -n "${LH_NET_COW_PATH}" ]
then
case "${LH_NET_COW_FILESYSTEM}" in
nfs)
nfs)
if [ -n "${LH_NET_COW_MOUNTOPTIONS}" ]
then
LH_NET_COW_MOUNTOPTIONS=",${LH_NET_COW_MOUNTOPTIONS}"
fi
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} nfscow=${LH_NET_COW_SERVER}:${LH_NET_COW_PATH}${LH_NET_COW_MOUNTOPTIONS}"
;;
*)
Echo_error "Unsupported net filesystem"
exit 1
;;
;;
*)
Echo_error "Unsupported net filesystem"
exit 1
;;
esac
fi

View File

@ -188,8 +188,8 @@ fi
if [ -n "${LH_NET_COW_PATH}" ]
then
Echo_error "Net cow not yet supported on yaboot"
exit 1
Echo_error "Net cow not yet supported on yaboot"
exit 1
fi
if [ "${LH_EXPOSED_ROOT}" != "disabled" ]