using Xconfig kernel configuration utility with cl-kernel

Добавил(а) Marshall Sidman 4 месяца назад

Hi all ,I was wondering how I can use xconfig interface to the kernel configuration utility to replace menuconfig with cl-kernel? What files do I need to download to get the xconfig/gconfig ute to work? I'd like to use both the Xwindows version, and the Gnome version.
Regards,
Marshall


Ответы (2)

RE: using Xconfig kernel configuration utility with cl-kernel - Добавил(а) Mike Hiretsky 4 месяца назад

cl-kernel uses only menuconfig. You can to use xconfig only by changing line in the file /usr/lib64/calculate-2.2/calculate-builder/pym/cl_kernel.py (116 line)

menuConfig = ["--menuconfig"] if showMenuConfig else []

to

menuConfig = ["--xconfig"] if showMenuConfig else []

RE: using Xconfig kernel configuration utility with cl-kernel - Добавил(а) Marshall Sidman 4 месяца назад

If you didn't get my email.. Thank you very much. I like the gui :)

(1-2/2)

Спасибо!