home · contact · privacy
Remove superfluous pvcreate call (vgcreate calls it on its own).
authorPlom Heller <plom@plomlompom.com>
Wed, 26 Aug 2026 07:31:55 +0000 (09:31 +0200)
committerPlom Heller <plom@plomlompom.com>
Wed, 26 Aug 2026 07:31:55 +0000 (09:31 +0200)
install_debian.sh

index 35a86cf1475a1f74302b5a7cd1c41f25f059c97b..d51f5d155702e28b301aab3015eaf89e17633e80 100755 (executable)
@@ -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}"