public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 1/2] targets: Remove dead custom_kopts variable
@ 2021-07-29  1:24 Matt Turner
  2021-07-29  1:24 ` [gentoo-catalyst] [PATCH 2/2] catalyst: Remove boot/kernel/*/kernelopts support Matt Turner
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Turner @ 2021-07-29  1:24 UTC (permalink / raw
  To: gentoo-catalyst; +Cc: Matt Turner

It looks like this has been dead since 2005.

Closes: https://bugs.gentoo.org/804591
Fixes: 1fcca247 ("Removed these as they are moved to the appropriate target directories")
Signed-off-by: Matt Turner <mattst88@gentoo.org>
---
 targets/support/bootloader-setup.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh
index 4cfa61eb..a998a420 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -31,7 +31,7 @@ case ${clst_fstype} in
 esac
 
 
-default_append_line=(root=/dev/ram0 init=/linuxrc ${cmdline_opts[@]} ${custom_kopts} cdroot)
+default_append_line=(root=/dev/ram0 init=/linuxrc ${cmdline_opts[@]} cdroot)
 
 case ${clst_hostarch} in
 	alpha)
@@ -99,7 +99,6 @@ case ${clst_hostarch} in
 		for x in ${clst_boot_kernel}
 		do
 			eval "kernel_console=\$clst_boot_kernel_${x}_console"
-			eval custom_kopts=\$${x}_kernelopts
 
 			echo "menuentry 'Boot LiveCD (kernel: ${x})' --class gnu-linux --class os {"  >> ${iacfg}
 			echo "	linux ${kern_subdir}/${x} ${default_append_line[@]}" >> ${iacfg}
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-29  1:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-29  1:24 [gentoo-catalyst] [PATCH 1/2] targets: Remove dead custom_kopts variable Matt Turner
2021-07-29  1:24 ` [gentoo-catalyst] [PATCH 2/2] catalyst: Remove boot/kernel/*/kernelopts support Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox