diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 20:19:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 20:19:33 -0400 |
| commit | 68f864299303ac8d510f19d67e8d7e6fe0681138 (patch) | |
| tree | d026a14a58b374e8177da966a6b5d66b8f6ce303 /joeyconfig.hs | |
| parent | 7bbbfea9c9693508482e88ec0d4a5e8c4ee81e6a (diff) | |
DiskImage: Removed grubBooted
Properties that used to need it as a parameter now look at Info about the
bootloader that is installed in the chroot that the disk image is created
from. (API change)
This is a simplication, and avoids the user needing to repeat themselves
in the propellor config, thus avoiding mistakes.
When no boot loader is installed, or multiple different ones are,
disk image creation will fail, which seems reasonable.
This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 21617581..e171a311 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -99,7 +99,7 @@ darkstar = host "darkstar.kitenet.net" $ props & imageBuilt "/srv/propellor-disk.img" (Chroot.hostChroot demo (Chroot.Debootstrapped mempty)) - MSDOS grubBooted + MSDOS [ partition EXT2 `mountedAt` "/boot" `setFlag` BootFlag , partition EXT4 `mountedAt` "/" |
