mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +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)
|