mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-01 15:51:44 +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:
|
||||
- name: "alpine"
|
||||
category: "distro-kernel"
|
||||
version: "6.1.56+1"
|
||||
version: "6.1.56-1"
|
||||
description: "Provides kernel and custom initrd for alpine"
|
||||
labels:
|
||||
autobump.strategy: "custom"
|
||||
@ -14,7 +14,7 @@ packages:
|
||||
package.version: "6.1.56"
|
||||
- name: "alpine-rpi"
|
||||
category: "distro-kernel"
|
||||
version: "6.1.55+1"
|
||||
version: "6.1.55-1"
|
||||
description: "Provides kernel and custom initrd for alpine"
|
||||
labels:
|
||||
autobump.strategy: "custom"
|
||||
|
@ -301,7 +301,7 @@ done
|
||||
# dmesg -n 1
|
||||
# load available drivers to get access to media
|
||||
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
|
||||
sed 's/\#.*//g' < /etc/modules |
|
||||
while read module args; do
|
||||
|
Loading…
Reference in New Issue
Block a user