summaryrefslogtreecommitdiffstats
path: root/perl-install/network/pxe.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-286/+0
|
* simplify (and please perl_checker)Pascal Rigaux2006-03-031-1/+1
|
* add auto_install optionAntoine Ginies2005-09-141-1/+1
|
* don't translate vga resolutionOlivier Blin2005-07-211-1/+0
|
* switch to MandrivaOlivier Blin2005-07-051-1/+1
|
* perl_checkerOlivier Blin2005-06-211-1/+1
|
* fix typoOlivier Blin2005-06-211-1/+1
|
* strip "pxelinux_" in profiles-related-only functionsOlivier Blin2005-06-211-6/+6
|
* - add profiles_existOlivier Blin2005-06-211-4/+9
| | | | | | - enhance find_next_profile_name - add_empty_profile now needs a profile name
* perl_checker/suxiness fixesOlivier Blin2005-06-211-3/+3
|
* - basic profiles supportOlivier Blin2005-06-211-1/+101
| | | | | - per_mac address configuration support
* - give config file path as argument in network::pxe::{read,write}_pxelinux_confOlivier Blin2005-06-211-7/+9
| | | | | - add write_conf in drakpxelinux to ease profile handling
* - create network::pxe out of drakpxelinux (pxe configuration files management)Olivier Blin2005-06-101-0/+180
- get_items() -> network::pxe::read_pxelinux_conf() - don't read comments in pxelinux configuration file - store pxelinux configuration in a hash to avoid multiple cat_() - add network::pxe::list_pxelinux_labels() to get labels from a pxelinux configuration - only overwrite pxelinux settings (prompt, timeout, ...) when pxe is reconfigured - use network::network and network::tools to get hostname, domain name, IP address, net interface - move row creation code in set_pxelinux_entry_at_iter() and factorize - use ensure_is_installed to make sure pxe is installed