https://bugzilla.novell.com/show_bug.cgi?id=221667 odabrunz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|odabrunz@novell.com |yast2-maintainers@suse.de ------- Comment #18 from odabrunz@novell.com 2007-01-12 11:46 MST ------- I understand that you want to set a kernel parameter ("apm=power_off"). It also seems that you only want to set this on uniprocessor machines. yast2-bootloader does not determine whether we are running on a UP or SMP machine. So it cannot decide whether this parameter needs to be set. The logic that decides when to set this parameter does not belong in yast2-bootloader. It needs to be maintained in a module that "knows" how to handle these parameters. Someone needs to take charge of this. That module can use the yast2-bootloader interface to get & set these parameters: Bootloader::getKernelParam (Bootloader::defaultSection(), "elevator"); Bootloader::setKernelParam (Bootloader::defaultSection(), "elevator", "cfg"); It can be used from other YaST2 modules. Please have a look at feature #110070 "Elevator Setting" for a related problem and discussion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.