diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-02 12:21:00 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-02 12:21:00 -0700 |
| commit | 1ac3495e9c3ac2a5e9118e143e2a9621746ee918 (patch) | |
| tree | 83f0ac9b39c70b0a790526b7400d5cb90e9d427b /config-joey.hs | |
| parent | b01d6fab5e8aa2120485884062ff3e03709ef626 (diff) | |
rename
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 276817f2..c66c682a 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -86,8 +86,8 @@ darkstar = host "darkstar.kitenet.net" c d = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty d & Apt.installed ["linux-image-amd64"] ps = DiskImage.fitChrootSize MSDOS - [ EXT2 `DiskImage.mountedPartition` "/boot" - , EXT4 `DiskImage.mountedPartition` "/" + [ mkPartition EXT2 `DiskImage.mountedAt` "/boot" + , mkPartition EXT4 `DiskImage.mountedAt` "/" , DiskImage.swapPartition (MegaBytes 256) ] |
