diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-13 12:49:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-13 12:49:08 -0400 |
| commit | 0f9f05ae9e65182daa9bfc98a9932e2e1382e9b5 (patch) | |
| tree | b50b56d366fe2e7f2b6c8ddb30746970253d5aff /src/Propellor/Property/DiskImage.hs | |
| parent | 7c5bfb7d77bf64557b7b98c9ae358048b64e8329 (diff) | |
| parent | 2af70d4ac7ff25a3e596de195abe40db46c74074 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/DiskImage.hs')
| -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) |
