Changeset 479
- Timestamp:
- Dec 9, 2009, 4:44:45 PM (15 years ago)
- 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 26 26 APPEND ro initrd=ltsp/i386/initrd.img quiet splash 27 27 28 LABEL 9.04 29 MENU LABEL 9.04 : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty; i386 + Preseed)28 LABEL 9.04-desktop 29 MENU LABEL 9.04-desktop : Debian/Ubuntu Installer (Ubuntu 9.04/Jaunty Desktop ; i386 + Preseed) 30 30 kernel debian-installer/jaunty/i386/linux 31 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 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 -- 32 37 33 38 LABEL 9.04-ltsp -
trunk/puppet/modules/di_netboot_assistant/manifests/init.pp
r452 r479 2 2 # Licence: GPL 3 3 # 4 # TODO: updatemenu missing... 4 5 5 6 class di_netboot_assistant { … … 9 10 # sources.list with the lastest Ubuntu releases 10 11 file { "/etc/di-netboot-assistant/di-sources.list": 12 require => Package["di-netboot-assistant"], 11 13 owner => root, 12 14 group => root, … … 17 19 # some customization of the pxe menu 18 20 file { "/etc/di-netboot-assistant/pxelinux.HEAD": 21 require => Package["di-netboot-assistant"], 19 22 owner => root, 20 23 group => root,
Note: See TracChangeset
for help on using the changeset viewer.