Update initramfs-initrd.img.md

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

View File

@ -9,7 +9,7 @@ rm -rf /boot/initrd.img ; mkinitramfs -o /boot/initrd.img
## Add to config
```
echo 'initramfs initrd.img followkernel' >>/boot/config.txt
echo 'initramfs initrd.img followkernel' >>/boot/config.txt; cat /boot/config.txt|tail -n1
```
## Finished