summaryrefslogtreecommitdiff
path: root/fsmgr.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-28 20:04:52 -0400
committerAndrew Cady <d@jerkface.net>2020-05-28 20:04:52 -0400
commita8cfddcb6c144b12803e1a33d1f1d3562395f5d1 (patch)
treed873f5aea5919d2aea148f4384b32e04d82cf12c /fsmgr.hs
parenta35b2f7ba9d18ac7fb89111e55924218042cbc4a (diff)
remove spurious comment
Diffstat (limited to 'fsmgr.hs')
-rw-r--r--fsmgr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsmgr.hs b/fsmgr.hs
index a2ee87d..129e61a 100644
--- a/fsmgr.hs
+++ b/fsmgr.hs
@@ -277,7 +277,7 @@ chrootImage target args =
277 handle' umount $ 277 handle' umount $
278 if useCGroups 278 if useCGroups
279 then liftIO $ cgroupChroot ("fsmgr" <.> takeFileName target) mnt args 279 then liftIO $ cgroupChroot ("fsmgr" <.> takeFileName target) mnt args
280 else cmd_ (WithStderr False) "chroot" (mnt : args) -- TODO: cgroup 280 else cmd_ (WithStderr False) "chroot" (mnt : args)
281 cmd_ "umount" [mnt] 281 cmd_ "umount" [mnt]
282 cmd_ "sync" 282 cmd_ "sync"
283 cmd_ "btrfstune -S1" [tmp] 283 cmd_ "btrfstune -S1" [tmp]