mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-11 01:10:31 +00:00
3 lines
123 B
Plaintext
3 lines
123 B
Plaintext
|
# add driver to initrd/initramfs (nvme in this case)
|
||
|
dracut --add-drivers nvme -f /boot/initrd-$(uname -r).img $(uname -r)
|