Fix umount/remove of LV free
This commit is contained in:
parent
064ac3b851
commit
30ffe704a3
|
@ -35,10 +35,10 @@ apt update
|
||||||
apt --assume-yes install -- wget
|
apt --assume-yes install -- wget
|
||||||
|
|
||||||
# Remove last partition with all free space
|
# Remove last partition with all free space
|
||||||
umount /dev/sys/free
|
umount /mnt/free
|
||||||
lvremove --force /dev/sys/free
|
lvremove --force /dev/mapper/vg-free
|
||||||
/bin/rmdir --force -- /mnt/free
|
/bin/rmdir --force -- /mnt/free
|
||||||
/bin/sed --in-place -- '/lv_free/d' /etc/fstab
|
/bin/sed --in-place -- ';/mnt/free;d' /etc/fstab
|
||||||
|
|
||||||
# Allow root connection with password
|
# Allow root connection with password
|
||||||
/bin/sed --in-place -- 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config
|
/bin/sed --in-place -- 's/\(^\|^\#\)\(PermitRootLogin\).*/\2 yes/g' /etc/ssh/sshd_config
|
||||||
|
|
Loading…
Reference in New Issue