Create initramfs-initrd.img.md
This commit is contained in:
parent
091fced03e
commit
69f3d2223d
|
|
@ -0,0 +1,13 @@
|
||||||
|
## Create initramfs initrd img
|
||||||
|
|
||||||
|
```
|
||||||
|
apt install initramfs-tools -y
|
||||||
|
mkinitramfs -o /boot/initrd.img
|
||||||
|
# update-initramfs -k $(uname -r) -c -b /boot
|
||||||
|
```
|
||||||
|
|
||||||
|
## Add to config
|
||||||
|
|
||||||
|
```
|
||||||
|
initramfs initrd.img followkernel
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue