diff options
Diffstat (limited to 'content/en/docs/gentoo')
-rw-r--r-- | content/en/docs/gentoo/kernel_upgrades.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/gentoo/kernel_upgrades.md b/content/en/docs/gentoo/kernel_upgrades.md index f5abcda..0a2a65c 100644 --- a/content/en/docs/gentoo/kernel_upgrades.md +++ b/content/en/docs/gentoo/kernel_upgrades.md @@ -40,6 +40,6 @@ cp /boot/System.map-${VERSION} System.map (cd usr ; make gen_init_cpio) make modules_prepare emerge @module-rebuild -genkernel --install initramfs +genkernel --install initramfs --ssh-host-keys=create-from-host grub-mkconfig -o /boot/grub/grub.cfg {{< / highlight >}} |