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

Last change on this file since 82 was 82, checked in by mitty, 13 years ago
  • change label to be more easily understandable
File size: 550 bytes
Line 
1TIMEOUT 300
2
3LABEL localHDD
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.