Ignore:
Timestamp:
Feb 19, 2010, 10:10:19 PM (14 years ago)
Author:
sebas
Message:

agregamos el proximo release de ubuntu 10.04 (lucid) como opcion de instalacion en el menu pxe

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

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/di_netboot_assistant/files/di-sources.list

    r496 r543  
    101101karmic  amd64   http://archive.ubuntu.com/ubuntu/dists/karmic/main/installer-amd64/current/images/      netboot/netboot.tar.gz
    102102
     103#Ubuntu Lucid 10.04 (beta until april 2010)
     104lucid   i386    http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-i386/current/images/        netboot/netboot.tar.gz
     105lucid   amd64   http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/       netboot/netboot.tar.gz
     106
    103107# vim: ft=disources
  • trunk/puppet/modules/di_netboot_assistant/files/pxelinux.HEAD

    r496 r543  
    4646       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 --
    4747
     48LABEL 10.04-desktop
     49       MENU LABEL 10.04-desktop : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Desktop ; i386 + Preseed)
     50       kernel debian-installer/lucid/i386/linux
     51       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/lucid/i386/initrd.gz --
     52
    4853LABEL lenny
    4954       MENU LABEL lenny-basic : Debian Installer (Debian Lenny 5.0 ; i386 + Preseed)
Note: See TracChangeset for help on using the changeset viewer.