File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11{{- $xfcedesktop := or .xfcedesktop "false" }}
22{{- $experimentalkernel := or .experimentalkernel "false" }}
33{{- $localdebs := or .localdebs "none" }}
4+ {{- $kernelpackage := or .kernelpackage "linux-image-arm64" }}
45
56architecture : arm64
67
@@ -189,7 +190,7 @@ actions:
189190 packages :
190191 - firmware-atheros
191192 - firmware-qcom-soc
192- - linux-image-arm64
193+ - {{$kernelpackage}}
193194
194195 # XXX this is a workaround until firmware-non-free migrates to testing; it
195196 # might make sense to have a generic mechanism to do this
@@ -232,7 +233,7 @@ actions:
232233 EOF
233234 # update and install kernel from experimental
234235 apt update
235- apt -y install -t experimental linux-image-arm64
236+ apt -y install -t experimental {{$kernelpackage}}
236237 # disable experimental from APT sources
237238 sed -i "1s/^/Enabled: no\n/" \
238239 /etc/apt/sources.list.d/debian-experimental.sources
You can’t perform that action at this time.
0 commit comments