cleanup comment

This commit is contained in:
Tobias Powalowski 2024-03-20 13:40:08 +01:00
parent e16255617d
commit 2e70f45194

View file

@ -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" ||\