From 882d8f88513f5f6856e53aeadec2f1276c42920a Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Oct 2019 00:00:07 -0400 Subject: avoid optimization to debug --- fsmgr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsmgr.hs b/fsmgr.hs index 752b142..212f76b 100644 --- a/fsmgr.hs +++ b/fsmgr.hs @@ -55,7 +55,7 @@ buildRoot config@DiskImageConfig{..} finalOut = do -- When there is no parent, selfstrap should install packages marked -- "Required" even if no packages are specified. When there is a parent, -- assume that this has already happened. - cmd_ "selfstrap --skip-update" (("--unpack" `consWhen` unpackOnly) ["-t", mountpoint]) packageNames + cmd_ "selfstrap" (("--unpack" `consWhen` unpackOnly) ["-t", mountpoint]) packageNames when (not $ null debs) $ do cmd_ (AddEnv "DEBIAN_FRONTEND" "noninteractive") ["dpkg"] [if unpackOnly then "--unpack" else "--install"] debs -- cgit v1.2.3