source: trunk/puppet/modules/di_netboot_assistant/files/pxelinux.HEAD @ 613

Last change on this file since 613 was 613, checked in by josx@…, 14 years ago

Actualizando el preseed delucyd 1004

File size: 4.1 KB
RevLine 
[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)
7DEFAULT menu
8PROMPT 0
[453]9TIMEOUT 30
[379]10
11MENU 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
24LABEL terminal
25        KERNEL ltsp/i386/vmlinuz
26        APPEND ro initrd=ltsp/i386/initrd.img quiet splash
27
[548]28LABEL memtest
29        MENU LABEL memtest86+
30        KERNEL memtest/memtest86+
31
[479]32LABEL 9.04-desktop
33       MENU LABEL 9.04-desktop : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Desktop ; i386 + Preseed)
[379]34       kernel debian-installer/jaunty/i386/linux
[547]35       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-904-desktop.txt initrd=debian-installer/jaunty/i386/initrd.gz --
[379]36
[479]37LABEL 9.04-basic
38       MENU LABEL 9.04-basic : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Basic ; i386 + Preseed)
39       kernel debian-installer/jaunty/i386/linux
[547]40       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-904-basic.txt initrd=debian-installer/jaunty/i386/initrd.gz --
[479]41
[379]42LABEL 9.04-ltsp
43       MENU LABEL 9.04-ltsp : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty LTSP ; i386 + Preseed)
44       kernel debian-installer/jaunty/i386/linux
[547]45       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-904-raid1.txt initrd=debian-installer/jaunty/i386/initrd.gz --
[379]46
[496]47LABEL 9.10-desktop
48       MENU LABEL 9.10-desktop : Debian/Ubuntu Installer (Ubuntu 9.10/Karmic Desktop ; i386 + Preseed)
49       kernel debian-installer/karmic/i386/linux
[547]50       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-910-desktop.txt initrd=debian-installer/karmic/i386/initrd.gz --
[496]51
[543]52LABEL 10.04-desktop
53       MENU LABEL 10.04-desktop : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Desktop ; i386 + Preseed)
54       kernel debian-installer/lucid/i386/linux
[613]55       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=latam netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-1004-desktop.txt initrd=debian-installer/lucid/i386/initrd.gz --
[543]56
[496]57LABEL lenny
58       MENU LABEL lenny-basic : Debian Installer (Debian Lenny 5.0 ; i386 + Preseed)
59        kernel debian-installer/lenny/i386/linux
[547]60        append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=http://autoserver.redcta.org.ar/d-i/debian-lenny-desktop.txt  initrd=debian-installer/lenny/i386/initrd.gz -- quiet
[496]61
62LABEL squeeze
63       MENU LABEL squeeze-basic : Debian Installer (Debian Squeeze 6.0 ; i386 + Preseed)
64        kernel debian-installer/squeeze/i386/linux
[547]65        append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=http://autoserver.redcta.org.ar/d-i/debian-squeeze-desktop.txt  initrd=debian-installer/squeeze/i386/initrd.gz -- quiet
[496]66
67LABEL sid
68       MENU LABEL sid-basic : Debian Installer (Debian Sid UNSTABLE ; i386 + Preseed)
69        kernel debian-installer/sid/i386/linux
[547]70        append DEBCONF_DEBUG=5 vga=normal locale=en_US console-setup/layoutcode=us hostname= domain= url=http://autoserver.redcta.org.ar/d-i/debian-squeeze-desktop.txt  initrd=debian-installer/sid/i386/initrd.gz -- quiet
[496]71
72
[379]73LABEL menu
74        MENU HIDE
75        KERNEL debian-installer/pxelinux.cfg/menu.c32
76
Note: See TracBrowser for help on using the repository browser.