Skip to content

Commit

Permalink
docs: update kernel name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Feb 5, 2024
1 parent 93e1aa3 commit 039d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ In both cases, the update procedure is as follows:
2. `eselect kernel set <kver>`
3. Backup old kernel and initramfs (`mv "$kernel"{,.bak}`, `mv "$initrd"{,.bak}`)
4. Generate new initramfs for this kernel `generate_initramfs.sh <kver> "$initrd"`
5. Copy new kernel `cp /boot/vmlinuz-<kver> "$kernel"`
5. Copy new kernel `cp /boot/kernel-<kver> "$kernel"` (for systemd) or `cp /boot/vmlinuz-<kver> "$kernel"` (for openrc)

## Recommendations

Expand Down

0 comments on commit 039d1a8

Please sign in to comment.