From 5422b874fc9da4df197924dd918eca39fe200c4a Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 18 Dec 2019 11:13:05 +0100 Subject: [rfs-s32] only check for GPT part type since windows do support it --- .../rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3-55-g7522