Changeset 479


Ignore:
Timestamp:
Dec 9, 2009, 4:44:45 PM (14 years ago)
Author:
sebas
Message:

nueva entrada para el menu de boot

Location:
trunk/puppet/modules/di_netboot_assistant
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/di_netboot_assistant/files/pxelinux.HEAD

    r453 r479  
    2626        APPEND ro initrd=ltsp/i386/initrd.img quiet splash
    2727
    28 LABEL 9.04
    29        MENU LABEL 9.04 : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty ; i386 + Preseed)
     28LABEL 9.04-desktop
     29       MENU LABEL 9.04-desktop : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Desktop ; i386 + Preseed)
    3030       kernel debian-installer/jaunty/i386/linux
    3131       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
     33LABEL 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 --
    3237
    3338LABEL 9.04-ltsp
  • trunk/puppet/modules/di_netboot_assistant/manifests/init.pp

    r452 r479  
    22# Licence: GPL
    33#
     4# TODO: updatemenu missing...
    45
    56class di_netboot_assistant {
     
    910   # sources.list with the lastest Ubuntu releases
    1011   file { "/etc/di-netboot-assistant/di-sources.list":
     12      require => Package["di-netboot-assistant"],
    1113      owner => root,
    1214      group => root,
     
    1719   # some customization of the pxe menu
    1820   file { "/etc/di-netboot-assistant/pxelinux.HEAD":
     21      require => Package["di-netboot-assistant"],
    1922      owner => root,
    2023      group => root,
Note: See TracChangeset for help on using the changeset viewer.