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 C387E13933E for ; Thu, 1 Jul 2021 15:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14C51E0936; Thu, 1 Jul 2021 15:13:51 +0000 (UTC) Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) (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 7E8FDE0929 for ; Thu, 1 Jul 2021 15:13:50 +0000 (UTC) Received: from host86-157-72-169.range86-157.btcentralplus.com ([86.157.72.169] helo=[192.168.1.65]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1lyyNw-0004Ak-7f for gentoo-user@lists.gentoo.org; Thu, 01 Jul 2021 16:13:49 +0100 Subject: Re: [gentoo-user] system.map file in /boot. How to manage? To: gentoo-user@lists.gentoo.org References: <24797.41997.225807.451604@tux.local> <20210701152851.44bfb79b@digimed.co.uk> From: antlists Message-ID: Date: Thu, 1 Jul 2021 16:13:48 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 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 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Archives-Salt: 454f8793-f194-4ee9-a9a6-bc1eee3a0ec4 X-Archives-Hash: 76a069cd9b280e40c5a75b37f86191b9 On 01/07/2021 15:41, Dale wrote: > I do copy mine manually.  It's how it was done when I first started > using Gentoo and I just stuck with it, it works.  It's just one > additional file. I copied my kernels manually to start with. Then I discovered "make install". (and "make modules_install"). Much simpler. And you don't need to muck about with grub.cfg by hand either. I think I'm going to switch to grub-mkconfig, because you can always output it to a new file to sanity-check before you send it live (and back up the old one, so you can always recover ...). Cheers, Wol