From 2e70f45194ad498c778a2dfeb7935b163ad367a4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 20 Mar 2024 13:40:08 +0100 Subject: [PATCH] cleanup comment --- usr/lib/archboot/installer/mountpoints.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index c35d6f585..54e6ac044 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -538,8 +538,6 @@ _mkfs() { # swap: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f # /home: 933ac7e1-2eb4-4f13-b844-0e14e2aef915 # Complex devices, like mdadm, encrypt or lvm are not supported - # _GUID_VALUE: - # get real device name from lsblk first to get GUID_VALUE from blkid if [[ -z "${_MOUNTOPTIONS}" ]]; then _GUID_VALUE="$(${_LSBLK} PARTTYPE "${1}")" if ! [[ "${_GUID_VALUE}" == "933ac7e1-2eb4-4f13-b844-0e14e2aef915" && "${5}" == "/home" ||\