mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-10 10:31:39 +00:00
Bump initrd for alpine with some fixes for missing dirs (#1276)
This commit is contained in:
parent
1c3b1767ff
commit
17f2e8b815
@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "alpine"
|
- name: "alpine"
|
||||||
category: "initrd"
|
category: "initrd"
|
||||||
version: "3.8.2-3"
|
version: "3.8.2-4"
|
||||||
description: "Provides custom initrd scripts for alpine"
|
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
|
# 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
|
# any changes to the initramfs-init.in file should be looked at and backported if necessary
|
||||||
|
@ -284,6 +284,8 @@ rd_break() {
|
|||||||
"$ROOT"/media/usb \
|
"$ROOT"/media/usb \
|
||||||
"$ROOT"/tmp \
|
"$ROOT"/tmp \
|
||||||
"$ROOT"/etc \
|
"$ROOT"/etc \
|
||||||
|
"$ROOT"/var/lock \
|
||||||
|
"$ROOT"/run/lock \
|
||||||
"$ROOT"/run/cryptsetup
|
"$ROOT"/run/cryptsetup
|
||||||
|
|
||||||
# Spread out busybox symlinks and make them available without full path
|
# Spread out busybox symlinks and make them available without full path
|
||||||
|
Loading…
Reference in New Issue
Block a user