intro of my 'kmenu'-script for kernel configuarion.

Bernhard Kaindl (bkaindl@ping.at)
Fri, 8 Sep 1995 06:00:20 +0000 (GMT)


Hello out there!

My kmenu is a script like `Configure', it uses the same utilities(bash
and sed), it uses the same files (config.in and .config) but presents
you a simple line-based(not screen-based) menu-system of which you
can choose the parameters which you want to change.

I havn't yet a patch, but a minimal menu is ready. It looks like this:
General Setup:
3: Normal (MFM/RLL) disk and IDE disk/cdrom support (CONFIG_ST506) = n
8: XT harddisk support (CONFIG_BLK_DEV_XD) = n
...
Enter "x" to exit from this menu or "r" to redisplay menu.
option: 2
enter new value: y

---
e.g. if you enable CONFIG_ST506, it add's the IDE- and HD-options
to the "General Setup"-Menu as desired by config.in!
I hope I will be able to complete it soon, but it's 6am here now and I have
to go to sleep ;-) zzz....
                                   Bernhard Kaindl - bkaindl@ping.at