Update package tags

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-01-10 10:56:54 +02:00
parent 3e2df7ec19
commit 0b677673b5
191 changed files with 778 additions and 778 deletions

View File

@@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
onboot:
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: test
image: alpine:3.13
@@ -15,7 +15,7 @@ onboot:
- /check.sh:/check.sh
command: ["sh", "./check.sh"]
- name: poweroff
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
command: ["/bin/sh", "/poweroff.sh", "10"]
files:
- path: check.sh