home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / isolinux / text.cfg < prev    next >
Encoding:
Text File  |  2009-04-20  |  673 b   |  20 lines

  1. default live
  2. label live
  3.   menu label ^Try Ubuntu without any change to your computer
  4.   kernel /casper/vmlinuz
  5.   append  file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.gz quiet splash --
  6. label live-install
  7.   menu label ^Install Ubuntu
  8.   kernel /casper/vmlinuz
  9.   append  file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.gz quiet splash --
  10. label check
  11.   menu label ^Check disc for defects
  12.   kernel /casper/vmlinuz
  13.   append  boot=casper integrity-check initrd=/casper/initrd.gz quiet splash --
  14. label memtest
  15.   menu label Test ^memory
  16.   kernel /install/mt86plus
  17. label hd
  18.   menu label ^Boot from first hard disk
  19.   localboot 0x80
  20.