Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't translate vga resolution | Olivier Blin | 2005-07-21 | 1 | -1/+0 |
| | |||||
* | switch to Mandriva | Olivier Blin | 2005-07-05 | 1 | -1/+1 |
| | |||||
* | perl_checker | Olivier Blin | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | fix typo | Olivier Blin | 2005-06-21 | 1 | -1/+1 |
| | |||||
* | strip "pxelinux_" in profiles-related-only functions | Olivier Blin | 2005-06-21 | 1 | -6/+6 |
| | |||||
* | - add profiles_exist | Olivier Blin | 2005-06-21 | 1 | -4/+9 |
| | | | | | | - enhance find_next_profile_name - add_empty_profile now needs a profile name | ||||
* | perl_checker/suxiness fixes | Olivier Blin | 2005-06-21 | 1 | -3/+3 |
| | |||||
* | - basic profiles support | Olivier Blin | 2005-06-21 | 1 | -1/+101 |
| | | | | | - per_mac address configuration support | ||||
* | - give config file path as argument in network::pxe::{read,write}_pxelinux_conf | Olivier Blin | 2005-06-21 | 1 | -7/+9 |
| | | | | | - add write_conf in drakpxelinux to ease profile handling | ||||
* | - create network::pxe out of drakpxelinux (pxe configuration files management) | Olivier Blin | 2005-06-10 | 1 | -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 |