diff options
author | lcapriotti <lcapriotti@svn> | 2010-04-09 13:49:41 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-04-09 13:49:41 +0000 |
commit | 39bb426f9ede255e00085f4579100946682336ea (patch) | |
tree | 1fe00a7935a8a07a111150a969ad09e5acea05f7 /tools | |
parent | 3e24be41a00894fe42365be73f4a1d5c7ec08f23 (diff) |
forgot file in #29141
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29143 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/XBMCLive/SDK/buildLive/Files/binary_grub/menu.lst | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/binary_grub/menu.lst b/tools/XBMCLive/SDK/buildLive/Files/binary_grub/menu.lst deleted file mode 100644 index 100a9ffc2c..0000000000 --- a/tools/XBMCLive/SDK/buildLive/Files/binary_grub/menu.lst +++ /dev/null @@ -1,85 +0,0 @@ -# -default 0 -timeout 10 - -foreground eeeeee -background 333333 - -splashimage=/boot/grub/splash.xpm.gz - -## BEGIN NVIDIA ## - -title XBMCLive - NVIDIA GPU -kernel /live/vmlinuz boot=live vga=788 xbmc=autostart,tempfs,nodiskmount,setvolume splash quiet loglevel=0 module=nvidia persistent quickreboot quickusbmodules skipconfig union=aufs -initrd /live/initrd.img -quiet -boot - -title XBMCLive - NVIDIA GPU, SAFE MODE -kernel /live/vmlinuz boot=live vga=788 xbmc=tempfs,nodiskmount,setvolume quiet loglevel=0 module=nvidia persistent quickreboot quickusbmodules skipconfig union=aufs -initrd /live/initrd.img -quiet -boot - -## END NVIDIA ## - -## BEGIN AMD ## - -title XBMCLive - ATI/AMD GPU -kernel /live/vmlinuz boot=live vga=788 xbmc=autostart,tempfs,nodiskmount,setvolume splash quiet loglevel=0 module=amd persistent quickreboot quickusbmodules skipconfig union=aufs -initrd /live/initrd.img -quiet -boot - -title XBMCLive - ATI/AMD GPU, SAFE MODE -kernel /live/vmlinuz boot=live vga=788 xbmc=tempfs,nodiskmount,setvolume quiet loglevel=0 module=amd persistent quickreboot quickusbmodules skipconfig union=aufs -initrd /live/initrd.img -quiet -boot - -## END AMD ## - -## BEGIN INTEL ## - -title XBMCLive - Intel GPU -kernel /live/vmlinuz boot=live vga=788 xbmc=autostart,tempfs,nodiskmount,setvolume splash quiet loglevel=0 persistent quickreboot quickusbmodules skipconfig union=aufs -initrd /live/initrd.img -quiet -boot - -title XBMCLive - Intel GPU, SAFE MODE -kernel /live/vmlinuz boot=live vga=788 xbmc=tempfs,nodiskmount,setvolume quiet loglevel=0 persistent quickreboot quickusbmodules skipconfig union=aufs -initrd /live/initrd.img -quiet -boot - -## END INTEL ## - -title --- -root - -## BEGIN INSTALLER ## - -title Install XBMCLive to Hard Disk -kernel /install/vmlinuz vga=normal quiet preseed/file=/cdrom/install/preseed.cfg cdrom-detect/try-usb=true priority=critical -- -initrd /install/initrd.gz -quiet -boot - -title --- -root - -## END INSTALLER ## - -title Boot Operating System on Hard Disk -root (hd0) -savedefault -makeactive -chainloader +1 -quiet -boot - -title Memory test (memtest86+) -kernel /live/memtest -quiet -boot |