diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-11 14:30:14 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-11 14:30:14 -0400 |
| commit | 5bcc57d21f88aedaf708c93495370dc01ff8ee0a (patch) | |
| tree | 45f570a62b3e36227dc758f13cbaa3cf94bbaeb3 /src | |
| parent | 6f474f544737759db93766b0b1bac8b91b2c841b (diff) | |
todo
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 1 |
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) |
