Skip to content

Commit

Permalink
Merge pull request #45 from herpiko/188
Browse files Browse the repository at this point in the history
Set GRUB_GFXPAYLOAD_LINUX to 1024x768
  • Loading branch information
herpiko authored Jun 27, 2016
2 parents ada1ee1 + 1077db0 commit 003c052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/b-i-install-grub
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ grep -v GRUB_CMDLINE_LINUX_DEFAULT /etc/default/grub > /tmp/grub
mv /tmp/grub /target/etc/default/grub
cat << @@EOF >> /target/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="rw quiet splash"
GRUB_GFXPAYLOAD_LINUX="keep"
GRUB_GFXPAYLOAD_LINUX=1024x768
@@EOF

if [ -z "$EFI_PARTITION" ];then
Expand Down

0 comments on commit 003c052

Please sign in to comment.