summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Affonso Xavier de Morais2014-08-22 14:53:40 +0200
committerMichael Pereira Neves2014-10-28 14:14:50 +0100
commit99f317ae3bdd02c97e68725a06a2617c3706819d (patch)
tree8b0d5f5c807642db9afc6f182888bd5c79cc84ce
parent[partitioner] default statements implemented. (diff)
downloadtm-scripts-99f317ae3bdd02c97e68725a06a2617c3706819d.tar.gz
tm-scripts-99f317ae3bdd02c97e68725a06a2617c3706819d.tar.xz
tm-scripts-99f317ae3bdd02c97e68725a06a2617c3706819d.zip
[partitioner] excluding special cases from the normal mount case.
-rwxr-xr-xremote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
index 748e017d..cd42ee91 100755
--- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
+++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
@@ -176,7 +176,7 @@ for (( i = 1; i < $COUNTER; i++ )); do
else
echo "formatting failed for some reason"
fi # Made this non-forking, systemd should handle it - 2013-05-28
- else
+ elif [ "${PARTTBL["$i/id"]}" != "82" ] && [ "${PARTTBL["$i/id"]}" != "83" ] && [ "${PARTTBL["$i/id"]}" != "46" ]; then
mount_part "${PARTTBL["$i/mountpoint"]}" $hdpartnr
PARTTBL["$i/persistent"]="yes"
fi