diff options
author | Julien Dessaux | 2020-06-26 00:06:30 +0200 |
---|---|---|
committer | Julien Dessaux | 2020-06-26 00:06:30 +0200 |
commit | 0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044 (patch) | |
tree | 8a29fb1882da46a6fae7f0f3b8a19cf29e4ea30b /content/en/docs/gentoo | |
parent | Fixed permissions (diff) | |
download | www-0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044.tar.gz www-0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044.tar.bz2 www-0a8f9332b2ea3bfb903a951b5f753c0bc7ec4044.zip |
Bump
Diffstat (limited to '')
-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 >}} |