Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add/remove entries to default PXE config. | Stew Benedict | 2005-07-11 | 1 | -2/+34 |
| | |||||
* | don't try to manipulate PXE stuff if the directory isn't present | Stew Benedict | 2005-07-08 | 1 | -2/+4 |
| | |||||
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | standard for libDrakX modules) | ||||
* | Predict NBI disk space usage and check. | Stew Benedict | 2005-05-05 | 1 | -28/+81 |
| | | | | | | | Catch failed NBI creation. (#13902) Catch failed dhcpd.conf creation (#13943) Misc small bug fixes. | ||||
* | Update for new etherboot | Stew Benedict | 2005-05-02 | 1 | -8/+7 |
| | |||||
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | Sort the nic list for nbis. | Stew Benedict | 2005-04-07 | 1 | -1/+1 |
| | |||||
* | Better way to list NIC modules (thx Thierry). | Stew Benedict | 2005-03-18 | 1 | -10/+3 |
| | |||||
* | Lose the "system" calls. Use pxe.include now. Clean up some redundant code. | Stew Benedict | 2005-03-18 | 1 | -28/+24 |
| | |||||
* | Bugzilla 13998 - Sort list of nbis. | Stew Benedict | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | Drop banner, using up too much window space. Perl_checker mods. | Stew Benedict | 2005-02-23 | 1 | -10/+10 |
| | |||||
* | Bugzilla 13138, 13139. (portmap check, dhcpd.conf.pxe.include) | Stew Benedict | 2005-01-25 | 1 | -2/+8 |
| | |||||
* | Drop quasi-pxe setup in dhcp.conf as we can use real pxe now. | Stew Benedict | 2005-01-21 | 1 | -17/+5 |
| | | | | | Perl_checker fixes. | ||||
* | Silent install of terminal-server if needed (--X is deprecated) | Rafael Garcia-Suarez | 2005-01-10 | 1 | -5/+1 |
| | |||||
* | perl_checker, suggestions from Pixel, rework buttons in main GUI | Stew Benedict | 2004-12-15 | 1 | -141/+134 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -8/+8 |
| | |||||
* | Create cfg dir if needed. Use xorg.conf. | Stew Benedict | 2004-11-04 | 1 | -35/+92 |
| | | | | | | | Touch /etc/dhcpd.conf.etherboot.kernel if missing. Ignore vmnet for broadcast address. Start reworking PXE support. | ||||
* | sanitize capitale usage on buttons | Thierry Vignaud | 2004-09-14 | 1 | -2/+2 |
| | |||||
* | protocol names, trademark and acronyms should be upcase | Thierry Vignaud | 2004-08-23 | 1 | -8/+8 |
| | |||||
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | Use standard mouse wait/normal. Make $cmd_line a global. perl_checker fixes. | Stew Benedict | 2004-08-20 | 1 | -76/+49 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 1 | -135/+135 |
| | |||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 1 | -2/+2 |
| | |||||
* | Fix crashes on append_set. | Stew Benedict | 2004-07-28 | 1 | -4/+4 |
| | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | revert ugly code printing "This program cannot be run in console mode", | Pascal Rigaux | 2004-07-01 | 1 | -10/+1 |
| | | | | | it is easily done in ugtk2.pm | ||||
* | simplify using new bootloader.pm | Pascal Rigaux | 2004-06-25 | 1 | -3/+3 |
| | |||||
* | Some standalone tools don't compile when run from console | Rafael Garcia-Suarez | 2004-06-24 | 1 | -1/+10 |
| | |||||
* | code cleanup per Pixel | Stew Benedict | 2004-06-23 | 1 | -6/+1 |
| | |||||
* | Use array rather than hash per Thierry. | Stew Benedict | 2004-06-01 | 1 | -2/+2 |
| | | | | | Insure ftp transfers are binary, fix gui problem (in 10.0 update also). | ||||
* | switch from deprecated OptionMenu into new ComboBox widget | Thierry Vignaud | 2004-05-24 | 1 | -1/+2 |
| | |||||
* | Some new perl_checker fixes. | Stew Benedict | 2004-05-21 | 1 | -97/+54 |
| | |||||
* | Add /etc/modprobe* mount points for client hardware config. | Stew Benedict | 2004-05-20 | 1 | -0/+6 |
| | |||||
* | Use a scalar with cat_ (Pixel suggestion). | Stew Benedict | 2004-04-06 | 1 | -6/+6 |
| | |||||
* | Don't move existing dhcpd.conf, add an include for terminal-server instead. | Stew Benedict | 2004-04-06 | 1 | -27/+59 |
| | |||||
* | (interactive_mode) fix button layout (prevent button collisions and | Thierry Vignaud | 2004-03-23 | 1 | -1/+2 |
| | | | | | text truncation when translated) | ||||
* | (client_type) fix layout (checbox was using too muche vertical space) | Thierry Vignaud | 2004-03-23 | 1 | -8/+8 |
| | |||||
* | enable to go in in --testing mode | Thierry Vignaud | 2004-03-23 | 1 | -1/+1 |
| | |||||
* | Fix misnamed inittab\$\$IP=xxx.xxx.xxx.xxx\$\$. | Stew Benedict | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-03-05 | 1 | -1/+1 |
| | |||||
* | Don't destroy "fat" client inittab. | Stew Benedict | 2004-03-04 | 1 | -1/+2 |
| | |||||
* | Default kernel version, add gdm user if needed, autologin warning. | Stew Benedict | 2004-03-03 | 1 | -39/+112 |
| | | | | | | Copy server X keyboard config to client. Default thin client setup. Change banner method as other drak tools. | ||||
* | Really filter symlinked kernels. nohup the dm restart. | Stew Benedict | 2004-02-25 | 1 | -2/+2 |
| | |||||
* | Don't let any kernel symlinks be visible for making NBIs. | Stew Benedict | 2004-02-25 | 1 | -2/+6 |
| | |||||
* | mknbi-set always wants a kernel version now. | Stew Benedict | 2004-02-24 | 1 | -1/+2 |
| | |||||
* | Deal with conflicts with msec > 3 and exporting / (use no_root_squash). | Stew Benedict | 2004-02-24 | 1 | -11/+18 |
| | | | | | | Always pass a kernel to mkinitrd-net. (Both part of #8216) Add --restart option for terminal-server. | ||||
* | Restore title banner. | Stew Benedict | 2004-02-12 | 1 | -4/+2 |
| | |||||
* | Rearrange main buttons (jmdault - http://advx.org/docs/ice3.png) | Stew Benedict | 2004-02-11 | 1 | -26/+27 |
| | |||||
* | Disable title banner for now (Bugzilla 7564). | Stew Benedict | 2004-02-11 | 1 | -10/+25 |
| | | | | | Don't assume eth0, rework subnet/netmask for hosts.allow (jmdault). |