Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 705994

Summary: sys-kernel/genkernelmenu - New TUI override system for genkernel makes tweaking even easier!
Product: Gentoo Linux Reporter: dugz <dugztor>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: genkernelmenu.py

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.