Please make it possible to specify a location of custom menu.lst file Reproducible: Always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=769a07fd3e947ffb216ea94887d752a27ea212d9 commit 769a07fd3e947ffb216ea94887d752a27ea212d9 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2019-07-28 14:33:25 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2019-07-29 20:00:24 +0000 Make initramfs and kernel filename customizable New options like --initramfs-filename or --kernel-filename will allow user to customize filenames used when installing initramfs or kernel into $BOOTDIR. Therefore --kernelname (KNAME) option was removed. Filename can contain placeholders like '%%ARCH%%' which will get replaced at runtime. Man page contains more information. Bug: https://bugs.gentoo.org/395095 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> defaults/config.sh | 7 +++ doc/genkernel.8.txt | 90 +++++++++++++++++++++++---- gen_bootloader.sh | 12 ++-- gen_cmdline.sh | 40 ++++++++++-- gen_compile.sh | 26 ++++---- gen_configkernel.sh | 2 +- gen_determineargs.sh | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++- gen_funcs.sh | 7 +++ gen_initramfs.sh | 10 +-- gen_package.sh | 98 +++++++++++++++-------------- genkernel | 33 +++++----- genkernel.conf | 22 +++++-- 12 files changed, 407 insertions(+), 109 deletions(-)
Wrong bug associated, forget comment #1
menu.lst is from grub legacy which is gone in Gentoo. We will keep grub support working as long possible but please migrate to grub2.