From 99f317ae3bdd02c97e68725a06a2617c3706819d Mon Sep 17 00:00:00 2001 From: Lucas Affonso Xavier de Morais Date: Fri, 22 Aug 2014 09:53:40 -0300 Subject: [partitioner] excluding special cases from the normal mount case. --- .../rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522