Skip to content

Commit

Permalink
chore: feat use new sd-boot
Browse files Browse the repository at this point in the history
Use new sd-boot. Also drop sd-stub since it's all a single build now.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jul 10, 2023
1 parent fb817fe commit 205cab6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ TARGETS = \
raspberrypi-firmware \
runc \
sd-boot \
sd-stub \
socat \
syslinux \
u-boot \
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.5.0-alpha.0-16-gcd3b692
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.5.0-alpha.0-17-g9b6d512

# renovate: datasource=github-releases depName=containernetworking/plugins
cni_version: v1.3.0
Expand Down
1 change: 0 additions & 1 deletion reproducibility/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies:
# - stage: raspberrypi-firmware
- stage: runc
- stage: sd-boot
- stage: sd-stub
- stage: socat
- stage: syslinux
- stage: u-boot
Expand Down
1 change: 1 addition & 0 deletions sd-boot/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
mkdir -p /rootfs
cp /toolchain/lib/systemd/boot/efi/*.efi /rootfs
cp /toolchain/lib/systemd/boot/efi/*.efi.stub /rootfs
finalize:
- from: /rootfs
to: /
15 changes: 0 additions & 15 deletions sd-stub/pkg.yaml

This file was deleted.

0 comments on commit 205cab6

Please sign in to comment.