mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-21 02:11:19 +00:00
Add required modules to mkinitfs
not to create a dumb non-bootable initramfs Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f5e1375cdf
commit
0b482401e9
1 changed files with 5 additions and 0 deletions
|
@ -118,9 +118,14 @@ extlinux_modules:
|
|||
- ext4
|
||||
|
||||
kernel_features:
|
||||
- ata
|
||||
- base
|
||||
- ext4
|
||||
- keymap
|
||||
- kms
|
||||
- nvme
|
||||
- raid
|
||||
- scsi
|
||||
- virtio
|
||||
|
||||
kernel_modules:
|
||||
|
|
Loading…
Reference in a new issue