Bump initrd for alpine with some fixes for missing dirs (#1276)

This commit is contained in:
Itxaka 2025-02-18 10:32:11 +01:00 committed by GitHub
parent 1c3b1767ff
commit 17f2e8b815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
packages:
- name: "alpine"
category: "initrd"
version: "3.8.2-3"
version: "3.8.2-4"
description: "Provides custom initrd scripts for alpine"
# This syncs with the alpine version at https://gitlab.alpinelinux.org/alpine/mkinitfs/-/blob/master/initramfs-init.in?ref_type=heads
# any changes to the initramfs-init.in file should be looked at and backported if necessary

View File

@ -284,6 +284,8 @@ rd_break() {
"$ROOT"/media/usb \
"$ROOT"/tmp \
"$ROOT"/etc \
"$ROOT"/var/lock \
"$ROOT"/run/lock \
"$ROOT"/run/cryptsetup
# Spread out busybox symlinks and make them available without full path