aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-28 18:07:33 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-28 18:07:33 -0700
commit6976c5fe167b7949c8a33edace8cd93fd87e8dcd (patch)
treec2a112b5dd9d8a6f22032999c75cd9fcc23cefd4 /targets
parenttargets: Use app-cdr/cdrtools instead of virtual (diff)
downloadcatalyst-6976c5fe167b7949c8a33edace8cd93fd87e8dcd.tar.gz
catalyst-6976c5fe167b7949c8a33edace8cd93fd87e8dcd.tar.bz2
catalyst-6976c5fe167b7949c8a33edace8cd93fd87e8dcd.zip
targets: Remove dead custom_kopts variable
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>
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/support/bootloader-setup.sh3
1 files changed, 1 insertions, 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}