From ce0ad9d1750ad2da2cea0a12a1864a92cb944e6a Mon Sep 17 00:00:00 2001 From: "Ignas Anikevicius (gns_ank)" Date: Sun, 12 Aug 2012 11:43:13 +0100 Subject: [PATCH] Fix lvm2 hook by adding 'lvm pvscan'. This fix was found on Arch forums.[1] It made machine work again, although, I believe that laloch knows more than I do about why this is the solution. [1] - https://bbs.archlinux.org/viewtopic.php?id=145714 Signed-off-by: Ignas Anikevicius (gns_ank) --- lvm2/lvm2_hook | 1 + 1 file changed, 1 insertion(+) diff --git a/lvm2/lvm2_hook b/lvm2/lvm2_hook index e69b334..e52a3e1 100644 --- a/lvm2/lvm2_hook +++ b/lvm2/lvm2_hook @@ -12,6 +12,7 @@ run_hook() { done msg "Activating logical volumes..." + lvm pvscan [ -d /etc/lvm ] && lvm vgscan if [ -n "$quiet" ]; then -- 1.7.11.4