From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E26813933E for ; Thu, 1 Jul 2021 15:47:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F36DEE08C8; Thu, 1 Jul 2021 15:47:29 +0000 (UTC) Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AEDFE088F for ; Thu, 1 Jul 2021 15:47:29 +0000 (UTC) Message-ID: Subject: Re: [gentoo-user] Re: system.map file in /boot. How to manage? X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Hayley To: gentoo-user@lists.gentoo.org Date: Fri, 02 Jul 2021 01:47:22 +1000 In-Reply-To: References: <24797.41997.225807.451604@tux.local> <20210701152851.44bfb79b@digimed.co.uk> <20210701160438.61954148@digimed.co.uk> Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: spam@foxes.systems X-Archives-Salt: d14f00d8-a5c0-477e-a228-6da9fa021c74 X-Archives-Hash: c0f80a18e735095f2762da80501ea4e6 On Thu, 2021-07-01 at 15:14 +0000, Grant Edwards wrote: > On 2021-07-01, Neil Bothwick wrote: > > > make install names the files in a way that dracut and grub-mkconfig > > recognise. Just run make install after make modules install. You've > > let > > the makefile copy all the other files, you may as well let it handle > > the > > final two :) > > IIRC, "make install" requiers /sbin/installkernel -- an executable > that's provided by one of installkernel-gentoo-3, debianutils, or > installkernel-systemd-boot. Back in the day, a base installation > didn't have /sbin/installkernel, and you needed to install it > manually. Has that changed? > > -- > Grant > > The handbook says that sys-kernel/installkernel-gentoo should be installed by default. [1] Just throw in my 2 cents, I use genkernel to manage compiling and installing the kernel. With a little configuring you can get it to compile, install and run grub-mkconfig for you. That way I can't forget to run grub-mkconfig or something. Hayley [1] https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel#Installing_correct_installkernel