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

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