From 55cfc1fa5af803ba6ba51e6aabe0dec56e8df3f5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 6 Jun 2024 11:10:21 +0200 Subject: [PATCH] fix location --- 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 4fd71d024..28d53325e 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -457,7 +457,7 @@ _mkfs() { else mkswap "${7}" -U clear -L "${6}" -F "${3}${1}" &>"${_LOG}" || : >/tmp/.mp-error # btrfs needs NO_COW attribute - chattr +C "${1}" &>"${_LOG}" + chattr +C "${3}${1}" &>"${_LOG}" fi #shellcheck disable=SC2181 if [[ -f "/tmp/.mp-error" ]]; then