diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-16 18:00:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-16 18:00:37 -0400 |
| commit | c9e51c0f7ee2e9c64484369b358d3b918227ddc5 (patch) | |
| tree | 3feb58c344cf51cab2ec91c24d63e67f14dced25 /src | |
| parent | fc208477a6c76fcd39ca35f2e183bbf386b50379 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
