Small fix for initrd (#256)

This commit is contained in:
Itxaka
2023-05-31 10:38:45 +00:00
committed by GitHub
parent 407b14602c
commit c3fa2eab15
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -237,7 +237,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
eend $?
eend
# persistent device names from eudev in order for immucore to mount stuff
[ -x "/sbin/udevadm" ] && eudev_start