Skip to content
Snippets Groups Projects
Unverified Commit 8e3d9156 authored by anarcat's avatar anarcat
Browse files

vgchange sometimes fails because it finds garbage

parent 6a447183
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ If you need to do something post-install, this should bring you a
working shell in the `chroot`:
cryptsetup luksOpen /dev/sda3 crypt_dev_sda3 &&
vgchange -a y &&
vgchange -a y ; \
mount /dev/mapper/vg_ganeti-root /mnt &&
for fs in /run /sys /dev /proc; do mount -o bind $fs /mnt$fs; done &&
mount /dev/sda2 /mnt/boot &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment