Changeset 740


Ignore:
Timestamp:
May 20, 2010, 5:52:19 PM (14 years ago)
Author:
sebas@…
Message:

formateo + workaround par el bug con ext4

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

Legend:

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

    r685 r740  
    6868       MENU LABEL 10.04-desktop : Debian/Ubuntu Installer (Ubuntu 10.04/Lucid Desktop ; i386 + Preseed)
    6969       kernel debian-installer/lucid/i386/linux
    70        append DEBCONF_DEBUG=5 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-1004-desktop.txt initrd=debian-installer/lucid/i386/initrd.gz --
     70       append DEBCONF_DEBUG=5 partman/default_filesystem=ext3 locale=es_AR console-setup/layoutcode=es netcfg/get_hostname= url=http://autoserver.redcta.org.ar/d-i/ubuntu-1004-desktop.txt initrd=debian-installer/lucid/i386/initrd.gz --
    7171
    7272LABEL 10.04-raid
  • trunk/puppet/modules/di_netboot_assistant/manifests/init.pp

    r739 r740  
    1818      group   => root,
    1919      mode    => 644,
    20       source  => "puppet:///di_netboot_assistant/di-sources.list"
     20      source  => "puppet://$servername/di_netboot_assistant/di-sources.list"
    2121   }
    2222
     
    2727      group   => root,
    2828      mode    => 644,
    29       source  => "puppet:///di_netboot_assistant/pxelinux.HEAD",
     29      source  => "puppet://$servername/di_netboot_assistant/pxelinux.HEAD",
    3030      before  => Exec["updatemenu"]
    3131   }
Note: See TracChangeset for help on using the changeset viewer.