From 1ac3495e9c3ac2a5e9118e143e2a9621746ee918 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Sep 2015 12:21:00 -0700 Subject: rename --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') 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) ] -- cgit v1.3-2-g0d8e