From 448fecff283c7c686f45963c53e2d99478e224fb Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 20 Sep 2025 08:56:36 +0200 Subject: [PATCH] fix longhorn device name --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 310d615..f65c393 100755 --- a/setup.sh +++ b/setup.sh @@ -10,7 +10,7 @@ apt-get -y install lvm2 mdadm cryptsetup debootstrap root="hardware/${1}/root" boot="hardware/${1}/boot" esp="hardware/${1}/esp" -longhorn="hardware/${1}/var/lib/longhorn" +longhorn="hardware/${1}/longhorn" # encrypt and unlock root device echo -n 'Enter luks password: '