Small fix for initrd (#257)

This commit is contained in:
Itxaka 2023-05-31 10:53:37 +00:00 committed by GitHub
parent c3fa2eab15
commit 6e09abc71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
packages:
- name: "alpine"
category: "distro-initrd"
version: "0.1.1"
version: "0.1.2"
- name: "alpine-rpi"
category: "distro-initrd"
version: "0.1.1"
version: "0.1.2"

View File

@ -236,7 +236,7 @@ dmesg -n 1
# load available drivers to get access to modloop media
ebegin "Loading boot drivers"
$MOCK modprobe -a ahci virtio_blk virtio_net virtio_console virtio_pci nvme overlay usb_storage libata cdrom sr_mod iso9660 loop squashfs simpledrm unix 2> /dev/null
$MOCK modprobe -a ahci virtio_blk virtio_net virtio_console virtio_pci nvme overlay usb_storage libata cdrom sr_mod iso9660 loop squashfs simpledrm 2> /dev/null
eend
# persistent device names from eudev in order for immucore to mount stuff