From 60dbdb322fa9357534b139dc24a1dd17c42fc22d Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Wed, 26 Aug 2026 09:31:55 +0200 Subject: [PATCH] Remove superfluous pvcreate call (vgcreate calls it on its own). --- install_debian.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install_debian.sh b/install_debian.sh index 35a86cf..d51f5d1 100755 --- a/install_debian.sh +++ b/install_debian.sh @@ -95,8 +95,6 @@ read -r CONFIRM die 'ABORTED: expected confirmation not given.' # set up LVM and filesystem -msg 'Initializing %s for LVM …' "${PARTITION}" -pvcreate "${PARTITION}" msg 'Creating volume group "%s" there …' "${NAME_VOLGROUP}" vgcreate "${NAME_VOLGROUP}" "${PARTITION}" msg 'Creating logical volume "%s" there …' "${NAME_ROOT}" -- 2.30.2