Update initramfs-initrd.img.md

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

View File

@ -2,7 +2,7 @@
```
apt install initramfs-tools -y
mkinitramfs -o /boot/initrd.img
rm -rf /boot/initrd.img ; mkinitramfs -o /boot/initrd.img
# update-initramfs -k $(uname -r) -c -b /boot
```