Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
Debian QA
jenkins.debian.net
Commits
14dbf963
Commit
14dbf963
authored
11 months ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
chroot-installs: only install hdmi2usb-mode-switch packages only on bookworm or earlier
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1574a0fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/chroot-installation.sh
+5
-1
5 additions, 1 deletion
bin/chroot-installation.sh
with
5 additions
and
1 deletion
bin/chroot-installation.sh
+
5
−
1
View file @
14dbf963
...
...
@@ -256,7 +256,11 @@ if [ "$2" != "" ] ; then
;;
developer
)
install_build_depends developer
$FULL_DESKTOP
;;
debconf-video
)
install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mpv vlc cu voctomix voctomix-outcasts hdmi2usb-mode-switch hdmi2usb-udev
debconf-video
)
if
[
"
$DISTRO
"
=
"bullseye"
]
||
[
"
$DISTRO
"
=
"bookworm"
]
;
then
install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mpv vlc cu voctomix voctomix-outcasts hdmi2usb-mode-switch hdmi2usb-udev
else
install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mpv vlc cu voctomix voctomix-outcasts
fi
;;
education
*
)
install_packages
"Debian Edu task"
$2
;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment