home
·
contact
·
privacy
projects
/
confplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173e1ea
)
Remove superfluous pvcreate call (vgcreate calls it on its own).
author
Plom Heller
<plom@plomlompom.com>
Wed, 26 Aug 2026 07:31:55 +0000
(09:31 +0200)
committer
Plom Heller
<plom@plomlompom.com>
Wed, 26 Aug 2026 07:31:55 +0000
(09:31 +0200)
install_debian.sh
patch
|
blob
|
history
diff --git
a/install_debian.sh
b/install_debian.sh
index 35a86cf1475a1f74302b5a7cd1c41f25f059c97b..d51f5d155702e28b301aab3015eaf89e17633e80 100755
(executable)
--- 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}"