summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/DiskImage.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-11 14:30:14 -0400
committerJoey Hess2015-09-11 14:30:14 -0400
commit5bcc57d21f88aedaf708c93495370dc01ff8ee0a (patch)
tree45f570a62b3e36227dc758f13cbaa3cf94bbaeb3 /src/Propellor/Property/DiskImage.hs
parent6f474f544737759db93766b0b1bac8b91b2c841b (diff)
todo
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
-rw-r--r--src/Propellor/Property/DiskImage.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs
index 7a3460cb..35082eec 100644
--- a/src/Propellor/Property/DiskImage.hs
+++ b/src/Propellor/Property/DiskImage.hs
@@ -292,6 +292,7 @@ fitChrootSize tt l basesizes = (mounts, parttable)
type Finalization = (Property NoInfo, Property NoInfo)
-- | Makes grub be the boot loader of the disk image.
+-- TODO not implemented
grubBooted :: Grub.BIOS -> Finalization
grubBooted bios = (Grub.installed bios, undefined)