From: Plom Heller Date: Wed, 26 Aug 2026 07:31:55 +0000 (+0200) Subject: Remove superfluous pvcreate call (vgcreate calls it on its own). X-Git-Url: https://plomlompom.com/repos/booking/%22https:/validator.w3.org/condition?a=commitdiff_plain;h=60dbdb322fa9357534b139dc24a1dd17c42fc22d;p=confplom Remove superfluous pvcreate call (vgcreate calls it on its own). --- 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}"