File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,12 @@ actions:
3535 echo "deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware" >> /etc/apt/sources.list
3636
3737 - action : overlay
38- description : Copy apt config for Sid
38+ description : Copy Plebian keyring
39+ source : overlays/keyrings/
40+ destination : /usr/share/keyrings/
41+
42+ - action : overlay
43+ description : Copy apt config for Sid and Plebian
3944 source : overlays/apt/
4045 destination : /etc/apt/
4146
@@ -137,6 +142,13 @@ actions:
137142 chroot : true
138143 command : u-boot-update
139144
145+ - action : apt
146+ description : Install Plebian devicetrees
147+ update : true
148+ recommends : true
149+ packages :
150+ - devicetrees-plebian-quartz64
151+
140152 - action : run
141153 description : Set up user
142154 chroot : true
Original file line number Diff line number Diff line change 1+ Types: deb
2+ URIs: https://aptly.fratti.ch/bookworm/
3+ Suites: bookworm
4+ Components: main
5+ Signed-By: /usr/share/keyrings/plebian-build-key.gpg
You can’t perform that action at this time.
0 commit comments