Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
Use uxlaunch to start XBMC - part II
Browse files Browse the repository at this point in the history
  • Loading branch information
lcapriotti committed Mar 31, 2011
1 parent 989cbed commit 8334d7e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions SDK/buildLive/Files/binary_grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ insmod font
insmod gfxterm
set gfxmode="800x600"
if loadfont ($root)/boot/grub/unicode.pf2 ; then
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
terminal_output gfxterm
fi

insmod tga
Expand All @@ -33,14 +29,14 @@ fi
menuentry "XBMCLive" {
set quiet=1
set gfxpayload="800x600"
linux /live/vmlinuz video=vesafb boot=live xbmc=autostart,nodiskmount splash quiet loglevel=0 persistent union=aufs
linux /live/vmlinuz video=vesafb boot=live xbmc=nodiskmount splash quiet loglevel=0 persistent union=aufs
initrd /live/initrd.img
}

menuentry "XBMCLive, SAFE MODE" {
set quiet=1
set gfxpayload=text
linux /live/vmlinuz boot=live xbmc=nodiskmount quiet loglevel=0 persistent union=aufs
linux /live/vmlinuz boot=live text xbmc=nodiskmount quiet loglevel=0 persistent union=aufs
initrd /live/initrd.img
}

Expand Down

0 comments on commit 8334d7e

Please sign in to comment.