mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-19 09:43:22 +00:00
Small fix for initrd (#256)
This commit is contained in:
@@ -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"
|
@@ -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
|
||||
|
Reference in New Issue
Block a user