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 837293e..57d04f1 100644
--- a/fsmgr.hs
+++ b/fsmgr.hs
@@ -157,7 +157,7 @@ buildRoot config@DiskImageConfig{..} finalOut = do
157 when (not $ null debs) $ do 157 when (not $ null debs) $ do
158 need debs 158 need debs
159 cmd_ (AddEnv "DEBIAN_FRONTEND" "noninteractive") 159 cmd_ (AddEnv "DEBIAN_FRONTEND" "noninteractive")
160 ["dpkg"] [if unpackOnly then "--unpack" else "--install"] debs 160 ["dpkg"] [if unpackOnly then "--unpack" else "--install"] ["--root", mountpoint] debs
161 {- 2.5. install apt package cache -} 161 {- 2.5. install apt package cache -}
162 when installAptLists $ do 162 when installAptLists $ do
163 cmd_ "rsync -Ra" (("/./" ++) <$> aptListFiles aptListCfg) (mountpoint ++ "/") 163 cmd_ "rsync -Ra" (("/./" ++) <$> aptListFiles aptListCfg) (mountpoint ++ "/")