Jarmo Hurri <jarmo.hu...@iki.fi> 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@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org/message/RWP5EYSUFNUEOMOE6MXQMUT242VC43RF/

Reply via email to