Updating appending of union boot paramater to only append, when we're not using aufs.

This commit is contained in:
Daniel Baumann 2010-03-17 20:33:15 +01:00
parent 79130b79f2
commit 89abea479f
5 changed files with 5 additions and 5 deletions

View File

@ -195,7 +195,7 @@ then
esac
fi
if [ "${LH_UNION_FILESYSTEM}" != "unionfs" ]
if [ "${LH_UNION_FILESYSTEM}" != "aufs" ]
then
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} union=${LH_UNION_FILESYSTEM}"
fi

View File

@ -169,7 +169,7 @@ then
esac
fi
if [ "${LH_UNION_FILESYSTEM}" != "unionfs" ]
if [ "${LH_UNION_FILESYSTEM}" != "aufs" ]
then
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} union=${LH_UNION_FILESYSTEM}"
fi

View File

@ -162,7 +162,7 @@ then
esac
fi
if [ "${LH_UNION_FILESYSTEM}" != "unionfs" ]
if [ "${LH_UNION_FILESYSTEM}" != "aufs" ]
then
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} union=${LH_UNION_FILESYSTEM}"
fi

View File

@ -448,7 +448,7 @@ then
esac
fi
if [ "${LH_UNION_FILESYSTEM}" != "unionfs" ]
if [ "${LH_UNION_FILESYSTEM}" != "aufs" ]
then
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} union=${LH_UNION_FILESYSTEM}"
fi

View File

@ -201,7 +201,7 @@ then
esac
fi
if [ "${LH_UNION_FILESYSTEM}" != "unionfs" ]
if [ "${LH_UNION_FILESYSTEM}" != "aufs" ]
then
LH_BOOTAPPEND_LIVE="${LH_BOOTAPPEND_LIVE} union=${LH_UNION_FILESYSTEM}"
fi