mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-22 18:00:13 +00:00
Small fix for initrd (#257)
This commit is contained in:
parent
c3fa2eab15
commit
6e09abc71c
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user