Fix update-grub pour plymouth screen boot

This commit is contained in:
SVNET 2020-07-09 00:01:44 +02:00
parent 7df50277a1
commit 5b2adc37f5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub echo "GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"" >> /etc/default/grub
update-grub
exit 0 exit 0