added GUI boot parts
This commit is contained in:
@@ -47,18 +47,30 @@ MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
|
||||
LABEL solosLive
|
||||
MENU label ^Try Sol-OS
|
||||
KERNEL /casper/vmlinuz
|
||||
append boot=casper initrd=/casper/initrd.gz file=/images/filesystem.squashfs quiet
|
||||
APPEND file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet --
|
||||
|
||||
LABEL solosInstall
|
||||
MENU label ^Install Sol-OS
|
||||
KERNEL /casper/vmlinuz
|
||||
APPEND boot=casper initrd=/casper/initrd.gz file=/images/filesystem.squashfs finstall quiet splash
|
||||
APPEND file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz finstall quiet --
|
||||
|
||||
|
||||
MENU SEPARATOR
|
||||
|
||||
LABEL check
|
||||
MENU label ^Check CD for defects
|
||||
KERNEL /casper/vmlinuz
|
||||
APPEND boot=casper integrity-check initrd=/casper/initrd.lz quiet --
|
||||
|
||||
LABEL memtest
|
||||
menu label ^Memory test
|
||||
kernel /install/memtest
|
||||
append -
|
||||
|
||||
LABEL hd
|
||||
MENU label ^Boot from first hard disk
|
||||
localboot 0x80
|
||||
APPEND -
|
||||
|
||||
LABEL reboot
|
||||
MENU LABEL ^Reboot
|
BIN
src/BOOT_STRUCTURE_PARTS/isolinux/splash.png
Normal file
BIN
src/BOOT_STRUCTURE_PARTS/isolinux/splash.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 502 KiB |
@@ -5,4 +5,6 @@ This is an Ubuntu Remix Live CD.
|
||||
|
||||
For the default live system, enter "live". To run memtest86+, enter "memtest"
|
||||
|
||||
************************************************************************
|
||||
************************************************************************
|
||||
|
||||
--> :
|
Reference in New Issue
Block a user