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 EB87C15802F for ; Thu, 30 Mar 2023 13:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E004E0955; Thu, 30 Mar 2023 13:17:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3368E0955 for ; Thu, 30 Mar 2023 13:17:09 +0000 (UTC) Message-ID: <24ba0fa9-77c0-d6ab-545c-d8eb69d132c2@gentoo.org> Date: Thu, 30 Mar 2023 08:17:06 -0500 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [gentoo-catalyst] [PATCH] bootloader-setup.sh: remove obsolete cmdline args To: gentoo-catalyst@lists.gentoo.org References: <20230329201418.2976304-1-bkohler@gentoo.org> Content-Language: en-US From: Ben Kohler In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: da75edba-9538-4a31-8daf-5f80f2a8479e X-Archives-Hash: 26a051100c295a20cedba84020827ab1 On 3/30/23 07:56, Matt Turner wrote: > Looks like we add 'root=/dev/ram0 init=/linuxrc' a few lines below in > the alpha-specific path as well. I wonder if we should drop it from > there too? > > Otherwise, looks good to me. I was a little hesitant to touch those since I don't know anything about alpha or netboot specifics.  But as I understand it, root=/dev/ram0 is only useful for actual initial *ramdisk* setups, in kernel 2.4 days, so surely it can just be removed. I'll poke the alpha folks to be sure, then remove these as well. -Ben