From: Ben Kohler <bkohler@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] [PATCH] bootloader-setup.sh: remove obsolete cmdline args
Date: Wed, 29 Mar 2023 15:14:18 -0500 [thread overview]
Message-ID: <20230329201418.2976304-1-bkohler@gentoo.org> (raw)
These haven't been needed since kernel 2.4 days, as far as I know.
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
---
targets/support/bootloader-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh
index 065f2bb5..32d86028 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -53,7 +53,7 @@ memtest_grub() {
fi
}
-default_append_line=(root=/dev/ram0 init=/linuxrc ${cmdline_opts[@]} cdroot)
+default_append_line=(${cmdline_opts[@]} cdroot)
case ${clst_hostarch} in
alpha)
--
2.40.0
next reply other threads:[~2023-03-29 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-29 20:14 Ben Kohler [this message]
2023-03-30 12:56 ` [gentoo-catalyst] [PATCH] bootloader-setup.sh: remove obsolete cmdline args Matt Turner
2023-03-30 13:17 ` Ben Kohler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230329201418.2976304-1-bkohler@gentoo.org \
--to=bkohler@gentoo.org \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox