Skip to content

Commit 5e04699

Browse files
committed
debos: Add firmware packages for radeon GPU
For the record it was needed for radeon GPU (pci=1002:949f): kernel: [drm:radeon_pci_probe [radeon]] \ *ERROR* radeon kernel modesetting for R600 or later \ requires firmware installed By the way the 2 outputs need to be adjusted: ls /sys/class/drm card0 card0-DP-1 card0-DP-2 card0-DVI-I-1 renderD128 ttm version cat /etc/xdg/weston.ini [output] name=DP-1 mode=1024x768 transform=rotate-90 [output] name=DVI-I-1 Generated image is about 1365Mb with 39MB left for i386 Change-Id: I54fe74360a7f0cb6186ee7a25642d805e57822a2 Relate-to: #7 Signed-off-by: Philippe Coval <[email protected]>
1 parent fa5c7fa commit 5e04699

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

extra/debos/machine/generic/actions.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,21 @@ actions:
2323
flags: [boot]
2424

2525
- action: apt
26-
packages: [
26+
packages:
2727
{{if eq $architecture "i386" "amd64"}}
28-
grub-pc,
28+
- grub-pc
2929
{{end}}
3030
{{if eq $suite "unstable" "sid" "testing" "bullseye"}}
31-
linux-image-generic,
31+
- linux-image-generic
3232
{{else}}
3333
{{if eq $suite "buster" "stable"}}
3434
{{if eq $architecture "i386"}}
35-
linux-image-686
35+
- linux-image-686
3636
{{else}}
37-
linux-image-{{$architecture}}
37+
- linux-image-{{$architecture}}
3838
{{end}}
3939
{{end}}
40-
{{end}}
41-
]
40+
{{end}}
41+
- firmware-linux-free
42+
- firmware-linux-nonfree
43+

0 commit comments

Comments
 (0)