Update initramfs-initrd.img.md

This commit is contained in:
aiminick 2021-11-14 23:45:19 +08:00 committed by GitHub
parent a937981090
commit 11bc1153bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -9,5 +9,11 @@ rm -rf /boot/initrd.img ; mkinitramfs -o /boot/initrd.img
## Add to config
```
initramfs initrd.img followkernel
echo 'initramfs initrd.img followkernel' >>/boot/config.txt
```
## Finished
```
reboot
```