Skip to content
Snippets Groups Projects
Commit 16e3cbd9 authored by minute's avatar minute
Browse files

Merge branch 'apt-debug' into 'main'

mkuserland3.sh: add apt debugging options

See merge request !57
parents 2c14f24c f9b18d39
No related branches found
No related tags found
2 merge requests!57mkuserland3.sh: add apt debugging options,!43resize partition, select keyboard layout and create new user on first boot
...@@ -18,7 +18,7 @@ mmdebstrap \ ...@@ -18,7 +18,7 @@ mmdebstrap \
${comment#install applications} \ ${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='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 git libreoffice libreoffice-gtk3 inkscape firefox-esr chromium emacs gimp wmaker x11-utils imagemagick-6.q16' \
--customize-hook='chroot "$1" apt-get install --yes evolution freecad ardour sxiv minetest neverball scummvm dosbox wf-recorder wev linphone-desktop kicad' \ --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' \
${comment#install patched software from mntre} \ ${comment#install patched software from mntre} \
--customize-hook='chroot "$1" apt-get install --yes cage wayvnc ffmpeg' \ --customize-hook='chroot "$1" apt-get install --yes cage wayvnc ffmpeg' \
${comment#install a minimal gnome desktop} \ ${comment#install a minimal gnome desktop} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment