Update install-grub.sh

This commit is contained in:
proledatarian 2022-04-06 17:42:25 +00:00
parent 08ee7aa8c5
commit 97c501cc95
1 changed files with 3 additions and 0 deletions

View File

@ -208,6 +208,9 @@ echo
lsblk | grep "$dev" lsblk | grep "$dev"
echo echo
exit
#######################################################################################
# Creating physical volume. # Creating physical volume.
echo "Creating physical volume." echo "Creating physical volume."
pvcreate /dev/mapper/lvm && pvcreate /dev/mapper/lvm &&