Changeset 8df9f9e in lab.git


Ignore:
Timestamp:
Dec 5, 2010 5:23:04 PM (13 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
e3a58e8
Parents:
4280ad5
Message:
  • rewrite menu to work correctly

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pxelinux.cfg/default

    r4280ad5 r8df9f9e  
    1 DEFAULT local 
    2 PROMPT 1 
    3 TIMEOUT 30 
    4  
    5 LABEL lucid-amd64 
    6 include ubuntu-installer/amd64/boot-screens/menu.cfg 
    7 default ubuntu-installer/amd64/boot-screens/vesamenu.c32 
    8  
    9 LABEL lucid-i386 
    10 include ubuntu-installer/i386/boot-screens/menu.cfg 
    11 default ubuntu-installer/i386/boot-screens/vesamenu.c32 
     1TIMEOUT 300 
    122 
    133LABEL local 
    144localboot 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 TracChangeset for help on using the changeset viewer.