summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* write configuration when the default boot entry is modifiedOlivier Blin2005-06-211-1/+4
|
* profiles supportOlivier Blin2005-06-211-1/+12
|
* factorize by using test_similar_labelOlivier Blin2005-06-211-3/+1
|
* - give config file path as argument in network::pxe::{read,write}_pxelinux_confOlivier Blin2005-06-211-14/+22
| | | | | - add write_conf in drakpxelinux to ease profile handling
* sort interfaces listMDK-1_0_2-5Olivier Blin2005-06-101-1/+1
|
* fix vga resolutions list in Edit windowOlivier Blin2005-06-101-4/+2
|
* $interface shouldn't be local here, or else the choice won't be consideredOlivier Blin2005-06-101-1/+0
|
* get rid of MDK::Wizard::Wizcommon, use network::networkOlivier Blin2005-06-101-4/+2
|
* -use services;Olivier Blin2005-06-101-11/+2
| | | | | - remove check_started, its return isn't used
* not modifying the label when editing is okOlivier Blin2005-06-101-8/+4
|
* remove unused variables or make perl_checker happy with themOlivier Blin2005-06-101-7/+4
|
* remove unneeded parametersOlivier Blin2005-06-101-1/+1
|
* remove unneeded postOlivier Blin2005-06-101-1/+0
|
* use empty prototypesOlivier Blin2005-06-101-7/+7
|
* fix typoOlivier Blin2005-06-101-2/+2
|
* simplify show_help call, fix prototypeOlivier Blin2005-06-101-4/+2
|
* use Mandriva instead of Mandrakesoft (only in untranslated strings for now)Olivier Blin2005-06-101-4/+4
|
* use www-browser to open helpOlivier Blin2005-06-101-1/+1
|
* add missing ";"Olivier Blin2005-06-101-2/+2
|
* inline AmIRoot and fix perl_checker warningOlivier Blin2005-06-101-6/+3
|
* - create network::pxe out of drakpxelinux (pxe configuration files management)Olivier Blin2005-06-101-474/+196
| | | | | | | | | | | | - 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
* add ka methodAntoine Ginies2005-03-221-2/+1
|
* fix init in PXE server wizardAntoine Ginies2005-02-151-5/+0
|
* fix bug (update vmlinuz and initrd files)Antoine Ginies2005-02-111-7/+20
|
* improved i18n string; updated pot filePablo Saratxaga2004-12-031-2/+2
|
* fix display infoAntoine Ginies2004-11-121-11/+11
|
* fix help in edit_box_itemAntoine Ginies2004-11-121-1/+1
|
* in case of memdisk, IPADDR is not necessaryAntoine Ginies2004-11-121-1/+3
|
* display resolution instead of vga codeAntoine Ginies2004-11-121-6/+12
|
* support multiple interface; add test in add_wizardAntoine Ginies2004-11-121-14/+61
|
* fix custom options and dhcp/ip addrAntoine Ginies2004-11-121-9/+11
|
* dont list commented labelAntoine Ginies2004-10-011-1/+1
|
* fixed typoPablo Saratxaga2004-10-011-1/+1
|
* fixed encoding problem due to bad order of calling ugtk2Pablo Saratxaga2004-09-291-1/+2
|
* fix busy mouse cursor after wizardAntoine Ginies2004-09-141-0/+2
|
* weird string (Funda Wang)Antoine Ginies2004-08-301-1/+1
|
* typo fix (Joao Ferreira)Antoine Ginies2004-08-301-7/+7
|
* fixed name in commentPablo Saratxaga2004-08-261-1/+1
|
* Mandrake -> MandrakelinuxFunda Wang2004-08-231-4/+4
|
* late to correct but in holidays (thx dvalin)Antoine Ginies2004-08-231-1/+1
|
* explicitely tell that the PXE menu entries must be in *ASCII*Pablo Saratxaga2004-08-211-6/+6
| | | | | | | (saying "letter or digits" is not enough; it should exclude cyrillic, latin accents, etc.); updated pot file
* English proofreading. The .po files need fixing, now.Rafael Garcia-Suarez2004-08-201-29/+29
|
* updated pot filePablo Saratxaga2004-08-131-2/+2
|
* - add test on IP addressAntoine Ginies2004-08-131-12/+22
| | | | | - fix dhcp/IP
* updated pot filePablo Saratxaga2004-08-121-9/+9
|
* many fixAntoine Ginies2004-08-121-67/+91
|
* add a check box for DHCP or ip addressAntoine Ginies2004-08-121-1/+15
|
* some info updateAntoine Ginies2004-08-121-91/+87
|
* fix untranslated stringThierry Vignaud2004-08-121-1/+1
|
* perl_checker fixesThierry Vignaud2004-08-121-37/+45
|