[opensuse] YaST do not change the right line
https://bugzilla.opensuse.org/show_bug.cgi?id=960488 I wanted to add an option in the kernel grub command line with YaST. For the test, I add the option "dummy" I already had problems changing the default options on this way, but didn't found why. Previously I edited the /etc/default/grub file. I did what I do most of the time: add # in front of the old option line then add a new line below. Here what was the file before using yast: (...) GRUB_TIMEOUT=8 #GRUB_CMDLINE_LINUX_DEFAULT=nomodeset GRUB_CMDLINE_LINUX_DEFAULT=nomodeset # kernel command line options for failsafe mode GRUB_CMDLINE_LINUX_RECOVERY=single (...) and after: #GRUB_CMDLINE_LINUX_DEFAULT="nomodeset dummy" GRUB_CMDLINE_LINUX_DEFAULT=nomodeset Yast changed the wrong line... I verified just now that YaST *read* the right line (the line without #), so if one launch again YaST, editing boot menu, do not change anything and validate, the menu is changed back to the initial one funny :-)) jdd -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
jdd