Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705994 - sys-kernel/genkernelmenu - New TUI override system for genkernel makes tweaking even easier!
Summary: sys-kernel/genkernelmenu - New TUI override system for genkernel makes tweaki...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-21 06:56 UTC by dugz
Modified: 2022-03-05 08:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
genkernelmenu.py (genkernelmenu.py,4.51 KB, text/x-python)
2020-01-21 06:57 UTC, dugz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dugz 2020-01-21 06:56:15 UTC
I have written a python program which uses pythondialog to present a menu driven system to override common genkernel options and help make ease of use by generating the long command lines via simple menu interaction. It does not expose all genkernel options, merely the ones I use the most, but this program is easy to modify and enhance so I submit it for fair use by gentoo.

Reproducible: Always

Actual Results:  
My program works


Chmod +x this program
Depends on dev-python/pythondialog
Comment 1 dugz 2020-01-21 06:57:19 UTC
Created attachment 603848 [details]
genkernelmenu.py

This is the program.