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 6413713933E for ; Thu, 1 Jul 2021 15:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10DF7E095D; Thu, 1 Jul 2021 15:14:13 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (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 A17B7E08DD for ; Thu, 1 Jul 2021 15:14:12 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lyyOJ-0001zZ-HE for gentoo-user@lists.gentoo.org; Thu, 01 Jul 2021 17:14:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: system.map file in /boot. How to manage? Date: Thu, 1 Jul 2021 15:14:02 -0000 (UTC) Message-ID: References: <24797.41997.225807.451604@tux.local> <20210701152851.44bfb79b@digimed.co.uk> <20210701160438.61954148@digimed.co.uk> User-Agent: slrn/1.0.3 (Linux) 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 X-Archives-Salt: 64ac938e-0eb4-4b3d-9f56-8f709d27d042 X-Archives-Hash: ec8656606d178d3cafda248f78630c6b 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