This commit is contained in:
Julien Dessaux 2020-06-26 00:06:30 +02:00
parent ca0ebe93cc
commit 0a8f9332b2
7 changed files with 63 additions and 7 deletions

View file

@ -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 >}}