Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-system-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-system-image
Merge requests
!58
Revert "mkuserland3.sh: add apt debugging options"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "mkuserland3.sh: add apt debugging options"
josch/reform-system-image:apt-debug
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Johannes Schauer Marin Rodrigues
requested to merge
josch/reform-system-image:apt-debug
into
main
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
This reverts commit
f9b18d39
.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f97930db
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
reform2-imx8mq/mkuserland3.sh
+
1
−
1
Options
@@ -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