1 | ## Run "di-netboot-assistant rebuild-menu" when you modify |
---|
2 | ## this file. |
---|
3 | ## |
---|
4 | #KBDMAP pxelinux/french.kbd |
---|
5 | |
---|
6 | #SAY (Press enter to display Debian-Installer overview menu) |
---|
7 | DEFAULT menu |
---|
8 | PROMPT 0 |
---|
9 | TIMEOUT 30 |
---|
10 | |
---|
11 | MENU TITLE Debian-Installer netboot overview menu |
---|
12 | |
---|
13 | #A sample entry, with your prefered settings |
---|
14 | #LABEL quick |
---|
15 | # MENU LABEL Debian Installer (Lenny ; i386 + Preseed) |
---|
16 | # kernel debian-installer/lenny/i386/linux |
---|
17 | # append initrd=debian-installer/lenny/i386/initrd.gz ethdetect/use_firewire_ethernet=no locale=en_US console-keymaps-at/keymap=fr-latin1 vga=normal -- |
---|
18 | # #or# |
---|
19 | # #append initrd=debian-installer/lenny-gtk/i386/initrd.gz ethdetect/use_firewire_ethernet=no locale=en_US console-keymaps-at/keymap=fr-latin1 video=vesa:ywrap,mtrr vga=788 -- |
---|
20 | # # url=192.168.0.10 auto-install/enable=true |
---|
21 | |
---|
22 | # ######################################################################## |
---|
23 | |
---|
24 | LABEL terminal |
---|
25 | KERNEL ltsp/i386/vmlinuz |
---|
26 | APPEND ro initrd=ltsp/i386/initrd.img quiet splash |
---|
27 | |
---|
28 | LABEL memtest |
---|
29 | MENU LABEL memtest86+ |
---|
30 | KERNEL memtest/memtest86+ |
---|
31 | |
---|
32 | LABEL 10.04-desktop-live |
---|
33 | MENU LABEL 10.04-desktop-live : Ubuntu 10.04/Lucid Desktop ; i386 ; LIVE - DVD |
---|
34 | kernel live/lucid/i386/casper/vmlinuz |
---|
35 | append locale=es_AR console-setup/layoutcode=es boot=casper netboot=nfs nfsroot=<%= nfs_server_ip %>:/opt/linux_livecd/ubuntu1004dvdi386 initrd=live/lucid/i386/casper/initrd.lz -- |
---|
36 | |
---|
37 | LABEL 9.10-desktop-live |
---|
38 | MENU LABEL 9.10-desktop-live : Ubuntu 9.10/Karmic Desktop ; i386 ; LIVE - CD |
---|
39 | kernel live/karmic/i386/casper/vmlinuz |
---|
40 | append locale=es_AR console-setup/layoutcode=es boot=casper netboot=nfs nfsroot=<%= nfs_server_ip %>:/opt/linux_livecd/ubuntu910desktopi386 initrd=live/karmic/i386/casper/initrd.lz -- |
---|
41 | |
---|
42 | LABEL 9.04-desktop-live |
---|
43 | MENU LABEL 9.04-desktop-live : Ubuntu 9.04/Jaunty Desktop ; i386 ; LIVE - CD |
---|
44 | kernel live/jaunty/i386/casper/vmlinuz |
---|
45 | append locale=es_AR console-setup/layoutcode=es boot=casper netboot=nfs nfsroot=<%= nfs_server_ip %>:/opt/linux_livecd/ubuntu904desktopi386 initrd=live/jaunty/i386/casper/initrd.gz -- |
---|
46 | |
---|
47 | LABEL 9.04-desktop |
---|
48 | MENU LABEL 9.04-desktop : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Desktop ; i386 + Preseed) |
---|
49 | kernel debian-installer/jaunty/i386/linux |
---|
50 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= preseed_server_ip %>/ubuntu-904-desktop.txt initrd=debian-installer/jaunty/i386/initrd.gz -- |
---|
51 | |
---|
52 | LABEL 9.04-basic |
---|
53 | MENU LABEL 9.04-basic : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Basic ; i386 + Preseed) |
---|
54 | kernel debian-installer/jaunty/i386/linux |
---|
55 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= preseed_server_ip %>/ubuntu-904-basic.txt initrd=debian-installer/jaunty/i386/initrd.gz -- |
---|
56 | |
---|
57 | LABEL 9.04-raid |
---|
58 | MENU LABEL 9.04-raid : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Raid1 ; i386 + Preseed) |
---|
59 | kernel debian-installer/jaunty/i386/linux |
---|
60 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= preseed_server_ip %>/ubuntu-904-raid1.txt initrd=debian-installer/jaunty/i386/initrd.gz -- |
---|
61 | |
---|
62 | LABEL 9.10-desktop |
---|
63 | MENU LABEL 9.10-desktop : Debian/Ubuntu Installer (Ubuntu 9.10/Karmic Desktop ; i386 + Preseed) |
---|
64 | kernel debian-installer/karmic/i386/linux |
---|
65 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= preseed_server_ip %>/ubuntu-910-desktop.txt initrd=debian-installer/karmic/i386/initrd.gz -- |
---|
66 | |
---|
67 | LABEL 10.04-desktop |
---|
68 | MENU LABEL 10.04-desktop : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Desktop ; i386 + Preseed) |
---|
69 | kernel debian-installer/lucid/i386/linux |
---|
70 | append DEBCONF_DEBUG=5 partman/default_filesystem=ext3 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= preseed_server_ip %>/ubuntu-1004-desktop.txt initrd=debian-installer/lucid/i386/initrd.gz -- |
---|
71 | |
---|
72 | LABEL 10.04-raid |
---|
73 | MENU LABEL 10.04-raid : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Raid1; i386 + Preseed) |
---|
74 | kernel debian-installer/lucid/i386/linux |
---|
75 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= preseed_server_ip %>/ubuntu-1004-raid1.txt initrd=debian-installer/lucid/i386/initrd.gz -- |
---|
76 | |
---|
77 | LABEL lenny |
---|
78 | MENU LABEL lenny-basic : Debian Installer (Debian Lenny 5.0 ; i386 + Preseed) |
---|
79 | kernel debian-installer/lenny/i386/linux |
---|
80 | append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=<%= preseed_server_ip %>/debian-lenny-desktop.txt initrd=debian-installer/lenny/i386/initrd.gz -- quiet |
---|
81 | |
---|
82 | LABEL squeeze |
---|
83 | MENU LABEL squeeze-basic : Debian Installer (Debian Squeeze 6.0 ; i386 + Preseed) |
---|
84 | kernel debian-installer/squeeze/i386/linux |
---|
85 | append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=<%= preseed_server_ip %>/debian-squeeze-desktop.txt initrd=debian-installer/squeeze/i386/initrd.gz -- quiet |
---|
86 | |
---|
87 | LABEL sid |
---|
88 | MENU LABEL sid-basic : Debian Installer (Debian Sid UNSTABLE ; i386 + Preseed) |
---|
89 | kernel debian-installer/sid/i386/linux |
---|
90 | append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=<%= preseed_server_ip %>/debian-squeeze-desktop.txt initrd=debian-installer/sid/i386/initrd.gz -- quiet |
---|
91 | |
---|
92 | |
---|
93 | LABEL menu |
---|
94 | MENU HIDE |
---|
95 | KERNEL debian-installer/pxelinux.cfg/menu.c32 |
---|
96 | |
---|