mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Fix command name
vgcscan->lvscan
This commit is contained in:
parent
9d3e1d137c
commit
6feba5dafc
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ function pre_install() {
|
||||||
echo "...Activating all logical volumes in volume group \"${VGNAME}\"."
|
echo "...Activating all logical volumes in volume group \"${VGNAME}\"."
|
||||||
vgchange -ay
|
vgchange -ay
|
||||||
echo "...Scanning all logical volumes."
|
echo "...Scanning all logical volumes."
|
||||||
vgcscan
|
lvscan
|
||||||
else
|
else
|
||||||
echo "...Initializing a physical volume on \"${CRYPTPARTNAME}\""
|
echo "...Initializing a physical volume on \"${CRYPTPARTNAME}\""
|
||||||
pvcreate /dev/mapper/"${CRYPTPARTNAME}"
|
pvcreate /dev/mapper/"${CRYPTPARTNAME}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue