source: lab/trunk/pxelinux.cfg/default @ 83

Last change on this file since 83 was 83, checked in by mitty, 13 years ago
  • fix entry order
  • no changes in action
File size: 551 bytes
RevLine 
[81]1TIMEOUT 300
[80]2
[83]3menu title Installer multi boot menu
4
[82]5LABEL localHDD
[81]6localboot 0
[80]7
[81]8menu begin lucid-amd64
9    label backmain
10        menu label ^Back..
11        menu exit
12    menu title Install Ubuntu 10.04 on AMD64
13    include ubuntu-installer/amd64/boot-screens/menu.cfg
14    default ubuntu-installer/amd64/boot-screens/vesamenu.c32
15menu end
[80]16
[81]17menu begin lucid-i386
18    label backmain
19        menu label ^Back..
20        menu exit
21    menu title Install Ubuntu 10.04 on Intel x86
22    include ubuntu-installer/i386/boot-screens/menu.cfg
23    default ubuntu-installer/i386/boot-screens/vesamenu.c32
24menu end
Note: See TracBrowser for help on using the repository browser.