From: Arne Fitzenreiter Date: Tue, 24 Mar 2009 16:58:20 +0000 (+0100) Subject: Add vesafb 800x600 entry for grub X-Git-Tag: v2.5-beta1~80^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f22aa07b799ff5f3af37d0435aa80f3904d7018;p=ipfire-2.x.git Add vesafb 800x600 entry for grub --- diff --git a/config/grub/grub.conf b/config/grub/grub.conf index 886d6d77b0..9634460d77 100644 --- a/config/grub/grub.conf +++ b/config/grub/grub.conf @@ -14,6 +14,11 @@ title IPFire (vesafb 640x480) kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=785 MOUNT initrd /ipfirerd-KVER.img savedefault 1 +title IPFire (vesafb 800x600) + root (hd0,0) + kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=788 MOUNT + initrd /ipfirerd-KVER.img + savedefault 1 title IPFire (vesafb 1024x768) root (hd0,0) kernel /vmlinuz-KVER-ipfire root=ROOT rootdelay=10 panic=10 vga=791 MOUNT diff --git a/config/rootfiles/core/28/update.sh b/config/rootfiles/core/28/update.sh old mode 100644 new mode 100755