[379] | 1 | ## Run "di-netboot-assistant rebuild-menu" when you modify |
---|
| 2 | ## this file. |
---|
| 3 | ## |
---|
| 4 | #KBDMAP pxelinux/french.kbd |
---|
| 5 | |
---|
[451] | 6 | #SAY (Press enter to display Debian-Installer overview menu) |
---|
| 7 | DEFAULT menu |
---|
| 8 | PROMPT 0 |
---|
[453] | 9 | TIMEOUT 30 |
---|
[379] | 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 | |
---|
[479] | 28 | LABEL 9.04-desktop |
---|
| 29 | MENU LABEL 9.04-desktop : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Desktop ; i386 + Preseed) |
---|
[379] | 30 | kernel debian-installer/jaunty/i386/linux |
---|
| 31 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://10.0.0.8/preseed/ubuntu-904-desktop.txt initrd=debian-installer/jaunty/i386/initrd.gz -- |
---|
| 32 | |
---|
[479] | 33 | LABEL 9.04-basic |
---|
| 34 | MENU LABEL 9.04-basic : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Basic ; i386 + Preseed) |
---|
| 35 | kernel debian-installer/jaunty/i386/linux |
---|
| 36 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://10.0.0.8/preseed/ubuntu-904-basic.txt initrd=debian-installer/jaunty/i386/initrd.gz -- |
---|
| 37 | |
---|
[379] | 38 | LABEL 9.04-ltsp |
---|
| 39 | MENU LABEL 9.04-ltsp : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty LTSP ; i386 + Preseed) |
---|
| 40 | kernel debian-installer/jaunty/i386/linux |
---|
| 41 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://10.0.0.8/preseed/ubuntu-904-raid1.txt initrd=debian-installer/jaunty/i386/initrd.gz -- |
---|
| 42 | |
---|
[496] | 43 | LABEL 9.10-desktop |
---|
| 44 | MENU LABEL 9.10-desktop : Debian/Ubuntu Installer (Ubuntu 9.10/Karmic Desktop ; i386 + Preseed) |
---|
| 45 | kernel debian-installer/karmic/i386/linux |
---|
| 46 | append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://10.0.0.8/preseed/ubuntu-910-desktop.txt initrd=debian-installer/karmic/i386/initrd.gz -- |
---|
| 47 | |
---|
| 48 | LABEL lenny |
---|
| 49 | MENU LABEL lenny-basic : Debian Installer (Debian Lenny 5.0 ; i386 + Preseed) |
---|
| 50 | kernel debian-installer/lenny/i386/linux |
---|
| 51 | append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=http://10.0.0.8/preseed/debian-lenny-desktop.txt initrd=debian-installer/lenny/i386/initrd.gz -- quiet |
---|
| 52 | |
---|
| 53 | LABEL squeeze |
---|
| 54 | MENU LABEL squeeze-basic : Debian Installer (Debian Squeeze 6.0 ; i386 + Preseed) |
---|
| 55 | kernel debian-installer/squeeze/i386/linux |
---|
| 56 | append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=http://10.0.0.8/preseed/debian-squeeze-desktop.txt initrd=debian-installer/squeeze/i386/initrd.gz -- quiet |
---|
| 57 | |
---|
| 58 | LABEL sid |
---|
| 59 | MENU LABEL sid-basic : Debian Installer (Debian Sid UNSTABLE ; i386 + Preseed) |
---|
| 60 | kernel debian-installer/sid/i386/linux |
---|
| 61 | append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=http://10.0.0.8/preseed/debian-squeeze-desktop.txt initrd=debian-installer/sid/i386/initrd.gz -- quiet |
---|
| 62 | |
---|
| 63 | |
---|
[379] | 64 | LABEL menu |
---|
| 65 | MENU HIDE |
---|
| 66 | KERNEL debian-installer/pxelinux.cfg/menu.c32 |
---|
| 67 | |
---|