Working on raspi_master.yaml

This commit is contained in:
notplants 2021-01-26 17:36:32 +01:00
parent 6fb086be6b
commit 086492de16
1 changed files with 13 additions and 0 deletions

View File

@ -48,6 +48,7 @@ steps:
- non-free
unless: rootfs_unpacked
# for now it appears this is not actually running
- create-file: /etc/apt/sources.list
trailing-newline: '1'
contents: |
@ -77,6 +78,13 @@ steps:
tag: /
unless: rootfs_unpacked
- apt: install
packages:
- git
- python
tag: /
unless: rootfs_unpacked
- cache-rootfs: /
unless: rootfs_unpacked
@ -108,6 +116,11 @@ steps:
rm -f "${ROOT?}"/etc/ssh/ssh_host_*_key*
root-fs: /
- shell: |
echo "another test" > "${ROOT?}/srv/secondtest.txt"
root-fs: /
# Copy the relevant device tree files to the boot partition
- chroot: /
shell: |