[Bug 261784] New: should not automatically move vga= from after showopts to ahead of showopts
https://bugzilla.novell.com/show_bug.cgi?id=261784 Summary: should not automatically move vga= from after showopts to ahead of showopts Product: openSUSE 10.3 Version: Alpha 2plus Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mrmazda@ij.net QAContact: jsrain@novell.com When menu.lst already exists and YaST modifies it, such as when a new kernel is compiled and installed with make, it moves the vga= parameter from wherever I had it (usually at the end of the line) to ahead of the showopts parameter. It's highly annoying that I can't use menu.lst as is when YaST messes with it. vga= is the parameter I most often want to change on boot, so it needs to be readily visible and easily accessible. The only way that can happen now is if I edit it each time YaST has messed with it. YaST should leave showopts as nearly as possible in the same position it finds it instead of shuffling parameters around. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |odabrunz@novell.com |screening@forge.provo.novell| |.com | Severity|Normal |Enhancement -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 mrmazda@ij.net changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Enhancement |Normal ------- Comment #1 from mrmazda@ij.net 2007-04-06 10:44 MST ------- Maybe this deserves a separate bug, but I'll mention here because I think both could be fixed with essentially the same patch. The installer accepts kernel parameters such as splash=0 and vga=788 and dutifully they are included on the kernel line in menu.lst. However, they are always followed by splash=silent and showopts, which overrides splash=0 and hides the vga entry. When these optional parameters have been submitted to the installer, YaST should put them at the end of the kernel line, not before splash=silent and showopts. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 Matej Horvath <mhorvath@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |stefan.fent@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 Stefan Fent <stefan.fent@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|stefan.fent@novell.com |jplack@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 User jplack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=261784#c3 Joachim Plack <jplack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER --- Comment #3 from Joachim Plack <jplack@novell.com> 2007-12-12 13:04:07 MST --- No ressources assigned here right now, will address problem later -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 User mrmazda@ij.net added comment https://bugzilla.novell.com/show_bug.cgi?id=261784#c4 --- Comment #4 from Felix Miata <mrmazda@ij.net> 2007-12-12 14:56:38 MST --- Nothing has been resolved except no immediate plans to fix, so why not simply leave it as it was? It will be a long time until 11.0 is released, while the behavior predates even 10.2. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 User jplack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=261784#c5 Joachim Plack <jplack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jplack@novell.com Status|RESOLVED |REOPENED Resolution|LATER | --- Comment #5 from Joachim Plack <jplack@novell.com> 2008-03-19 22:14:05 MST --- reevaluate for SLE11 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 User jplack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=261784#c6 Joachim Plack <jplack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jplack@novell.com |juhliarik@novell.com Status|REOPENED |NEW --- Comment #6 from Joachim Plack <jplack@novell.com> 2008-07-15 05:22:08 MDT --- assign to yast2-bootloader maintainer -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=261784 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=261784#c7 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Jozef Uhliarik <juhliarik@novell.com> 2008-07-27 12:27:05 MDT --- The args for kernel should be saved in to /etc/syconfig/bootloader. (FATE #302219) perl-Bootloader reads they from this file during upgrade of kernel. It could help you have same vga ;-) -- 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.
participants (1)
-
bugzilla_noreply@novell.com