source: trunk/puppet/modules/di_netboot_assistant/templates/pxelinux.HEAD.corto.erb @ 750

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

subi el template para el modulo d-i

File size: 2.6 KB
Line 
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)
7DEFAULT menu
8PROMPT 0
9TIMEOUT 30
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
28LABEL memtest
29        MENU LABEL memtest86+
30        KERNEL memtest/memtest86+
31
32LABEL 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
37LABEL 10.04-desktop
38       MENU LABEL 10.04-desktop : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Desktop ; i386 + Preseed)
39       kernel debian-installer/lucid/i386/linux
40       append DEBCONF_DEBUG=5 partman/default_filesystem=ext3 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= pressed_server_ip %>/ubuntu-1004-desktop.txt initrd=debian-installer/lucid/i386/initrd.gz --
41
42LABEL 10.04-raid
43       MENU LABEL 10.04-raid : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Raid1; i386 + Preseed)
44       kernel debian-installer/lucid/i386/linux
45       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= pressed_server_ip %>/ubuntu-1004-raid1.txt initrd=debian-installer/lucid/i386/initrd.gz --
46
47LABEL 10.04-raid-500Gb
48       MENU LABEL 10.04-raid : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Raid1; i386 + Preseed)
49       kernel debian-installer/lucid/i386/linux
50       append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=<%= pressed_server_ip %>/ubuntu-1004-raid1-500.txt initrd=debian-installer/lucid/i386/initrd.gz --
51
52LABEL menu
53        MENU HIDE
54        KERNEL debian-installer/pxelinux.cfg/menu.c32
55
Note: See TracBrowser for help on using the repository browser.