Re: plymouth vs. boot messages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jarmo Hurri <jarmo.hurri@xxxxxx> writes:

>> On Fri, 17 Aug 2018 15:30:41 -0700, Samuel Sieb wrote:
>>
>>> On 08/17/2018 12:57 PM, Beartooth wrote:
>>>> 	Is there a way to tell plymouth to default to showing boot
>>>> messages?
>>> 
>>> Does taking out "rhgb" from the boot command line do what you want?
>>
>> 	It doesn't seem to.
>
> Try removing "rhgb" and "quiet". The following Ansible rule does this
> automatically for me upon new system installation:
>
> - name: change kernel parameters
>   replace: backup=yes dest=/etc/default/grub regexp=" rhgb quiet"
>   register: kernel_parameters

Sorry, for that to make complete sense, you also need to know the second
rule that regenerates grub config upon parameter change:

- name: regenerate grub configuration
  command: /usr/sbin/grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
  when: kernel_parameters.changed

All the best,

Jarmo
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx/message/RWP5EYSUFNUEOMOE6MXQMUT242VC43RF/



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux