mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-06 02:25:04 +00:00
Add dm_mod to initramfs for mapper devices (#483)
This commit is contained in:
parent
883bcee8a6
commit
d705476a02
@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "alpine"
|
- name: "alpine"
|
||||||
category: "distro-kernel"
|
category: "distro-kernel"
|
||||||
version: "6.1.56+1"
|
version: "6.1.56-1"
|
||||||
description: "Provides kernel and custom initrd for alpine"
|
description: "Provides kernel and custom initrd for alpine"
|
||||||
labels:
|
labels:
|
||||||
autobump.strategy: "custom"
|
autobump.strategy: "custom"
|
||||||
@ -14,7 +14,7 @@ packages:
|
|||||||
package.version: "6.1.56"
|
package.version: "6.1.56"
|
||||||
- name: "alpine-rpi"
|
- name: "alpine-rpi"
|
||||||
category: "distro-kernel"
|
category: "distro-kernel"
|
||||||
version: "6.1.55+1"
|
version: "6.1.55-1"
|
||||||
description: "Provides kernel and custom initrd for alpine"
|
description: "Provides kernel and custom initrd for alpine"
|
||||||
labels:
|
labels:
|
||||||
autobump.strategy: "custom"
|
autobump.strategy: "custom"
|
||||||
|
@ -301,7 +301,7 @@ done
|
|||||||
# dmesg -n 1
|
# dmesg -n 1
|
||||||
# load available drivers to get access to media
|
# load available drivers to get access to media
|
||||||
ebegin "Loading boot drivers"
|
ebegin "Loading boot drivers"
|
||||||
modprobe -a ahci virtio_blk virtio_net virtio_console virtio_pci nvme overlay usb_storage libata cdrom sr_mod iso9660 loop squashfs simpledrm ext4 tpm 2> /dev/null
|
modprobe -a ahci virtio_blk virtio_net virtio_console virtio_pci nvme overlay usb_storage libata cdrom sr_mod iso9660 loop squashfs simpledrm ext4 tpm dm_mod 2> /dev/null
|
||||||
if [ -f "$ROOT"/etc/modules ] ; then
|
if [ -f "$ROOT"/etc/modules ] ; then
|
||||||
sed 's/\#.*//g' < /etc/modules |
|
sed 's/\#.*//g' < /etc/modules |
|
||||||
while read module args; do
|
while read module args; do
|
||||||
|
Loading…
Reference in New Issue
Block a user