summaryrefslogtreecommitdiff
path: root/fsmgr.hs
diff options
context:
space:
mode:
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]