summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-12-18 11:13:05 +0100
committerJonathan Bauer2019-12-18 11:13:05 +0100
commit5422b874fc9da4df197924dd918eca39fe200c4a (patch)
treee5795d3c00fdbac3b2959e3e781b59b52f1110d4
parent[rfs-s32] support predefined GPT UUID for ID44/45 (diff)
downloadmltk-5422b874fc9da4df197924dd918eca39fe200c4a.tar.gz
mltk-5422b874fc9da4df197924dd918eca39fe200c4a.tar.xz
mltk-5422b874fc9da4df197924dd918eca39fe200c4a.zip
[rfs-s32] only check for GPT part type
since windows do support it
-rwxr-xr-xcore/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions b/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
index 0df6ae4e..097c7fcc 100755
--- a/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
+++ b/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions
@@ -191,7 +191,7 @@ get_all_with_id () {
if [ ${#ID} -le 3 ]; then
exp="$exp|ID_PART_ENTRY_(NAME=OpenSLX-ID|TYPE=0x)$ID"
else
- exp="$exp|ID_PART_ENTRY_(TYPE|UUID)=$ID"
+ exp="$exp|ID_PART_ENTRY_TYPE=$ID"
fi
done
exp=${exp:1}