From 4ec82a8713e2c891f3fd4d14ebf0747247fcff6b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 23 May 2024 20:06:28 +0200 Subject: [PATCH] update comment --- usr/lib/archboot/installer/mountpoints.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index c42270bf3..824c3b09d 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -355,7 +355,7 @@ _mountpoints() { echo "${_DEV}|${_FSTYPE}|${_MP}|${_DOMKFS}|${_LABEL_NAME}|${_FS_OPTIONS}|${_BTRFS_DEVS}|${_BTRFS_LEVEL}|${_BTRFS_SUBVOLUME}|${_BTRFS_COMPRESS}" >>/tmp/.parts elif [[ "${_FSTYPE}" == "bcachefs" ]]; then echo "${_DEV}|${_FSTYPE}|${_MP}|${_DOMKFS}|${_LABEL_NAME}|${_FS_OPTIONS}|${_BCFS_DEVS}|${_BCFS_COMPRESS}" >>/tmp/.parts - # remove parts of multi devices + # remove members of multi devices if [[ -z "${_DOMKFS}" ]]; then _BCFS_UUID="$(${_LSBLK} UUID -d "${_DEV}")" for i in $(${_LSBLK} NAME,UUID | grep ${_BCFS_UUID} | cut -d ' ' -f 1); do