From a8cfddcb6c144b12803e1a33d1f1d3562395f5d1 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 28 May 2020 20:04:52 -0400 Subject: remove spurious comment --- fsmgr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = handle' umount $ if useCGroups then liftIO $ cgroupChroot ("fsmgr" <.> takeFileName target) mnt args - else cmd_ (WithStderr False) "chroot" (mnt : args) -- TODO: cgroup + else cmd_ (WithStderr False) "chroot" (mnt : args) cmd_ "umount" [mnt] cmd_ "sync" cmd_ "btrfstune -S1" [tmp] -- cgit v1.2.3