source: lab.git/TipAndDoc/pxelinux.cfg/default @ 8333ea0

trunk
Last change on this file since 8333ea0 was 8333ea0, checked in by mitty <mitty@…>, 13 years ago

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@92 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 551 bytes
Line 
1TIMEOUT 300
2
3menu title Installer multi boot menu
4
5LABEL localHDD
6localboot 0
7
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
16
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.