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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EDC5158086 for ; Fri, 12 Nov 2021 23:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF85D2BC165; Fri, 12 Nov 2021 23:34:36 +0000 (UTC) Received: from mail-out-auth3.hosts.co.uk (mail-out-auth3.hosts.co.uk [85.233.191.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 122B92BC14A for ; Fri, 12 Nov 2021 23:34:35 +0000 (UTC) Received: from host81-132-12-162.range81-132.btcentralplus.com ([81.132.12.162] helo=[192.168.1.65]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1mlg41-0007TY-Bv for gentoo-user@lists.gentoo.org; Fri, 12 Nov 2021 23:34:33 +0000 Message-ID: Date: Fri, 12 Nov 2021 23:34:33 +0000 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 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Content-Language: en-GB To: gentoo-user@lists.gentoo.org From: Wol Subject: [gentoo-user] Why does genkernel mess about with mounts, when make install doesn't? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: d2c06f15-55a9-4349-9164-40357cc7b494 X-Archives-Hash: 8d41bdfa476104a46acada6bc5560646 I've just been swearing blue murder because when I run "make install" it puts the kernel in /boot. But when I run genkernel it mounts a completely different boot, sticks the initramfs in there, and then unmounts it. Which means when grub-mkconfig comes along, there's no initramfs and my grub.cfg gets screwed. WHY!!! Cheers, Wol