mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-23 02:06:50 +00:00
Small fix for initrd (#257)
This commit is contained in:
parent
c3fa2eab15
commit
6e09abc71c
@ -1,7 +1,7 @@
|
|||||||
packages:
|
packages:
|
||||||
- name: "alpine"
|
- name: "alpine"
|
||||||
category: "distro-initrd"
|
category: "distro-initrd"
|
||||||
version: "0.1.1"
|
version: "0.1.2"
|
||||||
- name: "alpine-rpi"
|
- name: "alpine-rpi"
|
||||||
category: "distro-initrd"
|
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
|
# load available drivers to get access to modloop media
|
||||||
ebegin "Loading boot drivers"
|
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
|
eend
|
||||||
|
|
||||||
# persistent device names from eudev in order for immucore to mount stuff
|
# persistent device names from eudev in order for immucore to mount stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user