Skip to content

Commit

Permalink
Use videoinfo instead of vbeinfo on boot ISO grub menu.
Browse files Browse the repository at this point in the history
videoinfo works on uefi

git-svn-id: https://svn.code.sf.net/p/rebeccablackos/code@8769 b52b6941-3400-464c-9f42-43200397181c
  • Loading branch information
nerdopolis committed Aug 12, 2024
1 parent daacf42 commit f1ef7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebeccablackos_files/etc/remastersys/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ menuentry "Startup with Fallback Graphics Driver" --id "liveforcesw" {
initrd /casper/initrd.gz
}

menuentry "List BIOS supported resolutions (For fallback driver only. May hang)" --id "listresolutions" {
menuentry "List BIOS/UEFI resolutions (For fallback driver only. May hang)" --id "listresolutions" {
oldpager=$pager
pager=1
vbeinfo
videoinfo
pager=$oldpager
echo "Press Enter..."
read
Expand Down

0 comments on commit f1ef7dc

Please sign in to comment.