From c9e51c0f7ee2e9c64484369b358d3b918227ddc5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Nov 2017 18:00:37 -0400 Subject: propellor spin --- src/Propellor/Property/DiskImage.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs index acfe58f5..e9c9d0d4 100644 --- a/src/Propellor/Property/DiskImage.hs +++ b/src/Propellor/Property/DiskImage.hs @@ -196,7 +196,7 @@ imageBuilt' rebuild img mkchroot tabletype partspec = [] -> \_ _ _ -> doNothing [GrubInstalled] -> grubFinalized [UbootInstalled p] -> ubootFinalized p - l -> unbootable $ "multiple bootloaders are installed; don't know which to use: " ++ show l + _ -> unbootable $ "multiple bootloaders are installed; don't know which to use: " ++ show l ignorablefinal FlashKernelInstalled = True ignorablefinal _ = False -- cgit v1.2.3