Skip to content
Snippets Groups Projects

Revert "mkuserland3.sh: add apt debugging options"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@ mmdebstrap \
${comment#install applications} \
--customize-hook='mv "$1"/etc/apt/apt.conf.d/10apt-listbugs "$1"/etc/apt/apt.conf.d/10apt-listbugs.bak' \
--customize-hook='chroot "$1" apt-get install --yes git libreoffice libreoffice-gtk3 inkscape firefox-esr chromium emacs gimp wmaker x11-utils imagemagick-6.q16' \
--customize-hook='chroot "$1" apt-get install --yes -oDebug::pkgProblemResolver=true -oDebug::pkgDepCache::Marker=1 -oDebug::pkgDepCache::AutoInstall=1 evolution freecad ardour sxiv minetest neverball scummvm dosbox wf-recorder wev linphone-desktop kicad' \
--customize-hook='chroot "$1" apt-get install --yes evolution freecad ardour sxiv minetest neverball scummvm dosbox wf-recorder wev linphone-desktop kicad' \
${comment#install patched software from mntre} \
--customize-hook='chroot "$1" apt-get install --yes cage wayvnc ffmpeg' \
${comment#install a minimal gnome desktop} \
Loading