Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugzilla 13138, 13139. (portmap check, dhcpd.conf.pxe.include) | Stew Benedict | 2005-01-25 | 1 | -2/+8 |
| | |||||
* | fix the various transient on {rwindow} (or even {window} ?) not working ↵ | Pascal Rigaux | 2005-01-22 | 10 | -15/+15 |
| | | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?)) | ||||
* | 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. | ||||
* | - main loop fix | Daouda Lo | 2005-01-21 | 1 | -41/+12 |
| | | | | | | - remove dead code - cleanups | ||||
* | fix subdialogs when embedded in mcc | Thierry Vignaud | 2005-01-21 | 1 | -1/+2 |
| | |||||
* | fix banner's title by initializing mcc domain before ugtk2 | Thierry Vignaud | 2005-01-21 | 1 | -3/+4 |
| | |||||
* | minimal XkbModel support | Pascal Rigaux | 2005-01-21 | 1 | -1/+8 |
| | |||||
* | restore previous network::ethernet::get_eth_cards_names() behaviour | Pascal Rigaux | 2005-01-20 | 1 | -6/+6 |
| | | | | | (i got hit by { map ... }; being a block and not a hash ref) | ||||
* | use ->ask_from instead of ->ask_from_listf (keeping the same GUI behaviour) | Pascal Rigaux | 2005-01-19 | 1 | -5/+7 |
| | |||||
* | adapt to new network::ethernet::get_eth_cards_names() prototype | Pascal Rigaux | 2005-01-19 | 1 | -6/+6 |
| | |||||
* | Bugzilla 13056 - custom cron configuration | Stew Benedict | 2005-01-17 | 1 | -7/+6 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | |||||
* | for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵ | Pascal Rigaux | 2005-01-16 | 1 | -2/+9 |
| | | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot) | ||||
* | fix crash on opening help windows | Thierry Vignaud | 2005-01-14 | 1 | -3/+3 |
| | |||||
* | display the menubar and the banner when embedded | Thierry Vignaud | 2005-01-12 | 1 | -17/+7 |
| | |||||
* | show banner when embedded | Thierry Vignaud | 2005-01-12 | 1 | -0/+11 |
| | |||||
* | Silent install of terminal-server if needed (--X is deprecated) | Rafael Garcia-Suarez | 2005-01-10 | 1 | -5/+1 |
| | |||||
* | Don't use deprecated urpmi --X option | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2005-01-07 | 1 | -2/+1 |
| | |||||
* | remove unused variable | Pascal Rigaux | 2005-01-06 | 1 | -1/+0 |
| | |||||
* | Bugzilla 12861 - Directories with spaces | Stew Benedict | 2005-01-03 | 1 | -20/+27 |
| | | | | | | Mandrakeclub - Perms on tarballs too relaxed perl_checker compliance | ||||
* | fix Xconfig::default::configure() use | Pascal Rigaux | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | "XFdrake --auto" is now fully auto using auto_install configuration instead ↵ | Pascal Rigaux | 2004-12-23 | 1 | -1/+1 |
| | | | | of "as much auto as can be" | ||||
* | - don't ask X to restart in auto mode | Pascal Rigaux | 2004-12-23 | 1 | -2/+2 |
| | | | | | - set exit status to 1 when configuration failed (esp. auto mode) | ||||
* | don't pass prefix to network::netconnect::main() (it doesn't use it) | Pascal Rigaux | 2004-12-21 | 1 | -2/+2 |
| | |||||
* | don't pass prefix, use $::prefix | Pascal Rigaux | 2004-12-21 | 1 | -1/+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 | 17 | -53/+53 |
| | |||||
* | - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() so | Thierry Vignaud | 2004-12-13 | 1 | -1/+3 |
| | | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards | ||||
* | don't keep the banner from drakconnect for all steps | Pascal Rigaux | 2004-11-30 | 1 | -0/+2 |
| | |||||
* | add drakx-finish-install | Pascal Rigaux | 2004-11-30 | 2 | -0/+17 |
| | |||||
* | fix fatal perl_checker error | Pascal Rigaux | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | prog to launch after install which configurate users, authentication, root ↵ | Pascal Rigaux | 2004-11-30 | 1 | -0/+54 |
| | | | | password and network | ||||
* | perl_checker fix | Pascal Rigaux | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | shorter | Pascal Rigaux | 2004-11-30 | 1 | -3/+1 |
| | |||||
* | don't pass the prefix/etc/sysconfig/network to ↵ | Pascal Rigaux | 2004-11-30 | 1 | -1/+1 |
| | | | | network::network::write_conf(), we always use the same file name | ||||
* | $when_network_is_up is now optional | Pascal Rigaux | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | Yes/no is better than Ok/cancel for logout question | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | - rely on adduser(8) to set the users password instead of using ↵ | Pascal Rigaux | 2004-11-30 | 1 | -10/+4 |
| | | | | | | | write_passwd_user() - use adduser(8) during install (we now use the same code during and after install) | ||||
* | add hint for translator | Thierry Vignaud | 2004-11-29 | 1 | -1/+3 |
| | |||||
* | don't write X config when there is none (otherwise we write a partial X config) | Pascal Rigaux | 2004-11-26 | 1 | -3/+5 |
| | |||||
* | fixed typo | Pablo Saratxaga | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | (About) let be more l10n friendly regarding "translatability" | Thierry Vignaud | 2004-11-25 | 1 | -1/+3 |
| | |||||
* | (About) let be more l10n friendly regarding font's weight and size | Thierry Vignaud | 2004-11-25 | 1 | -1/+4 |
| | |||||
* | do not die if sound never was configured (aka on first boot on live CD) | Thierry Vignaud | 2004-11-25 | 1 | -1/+1 |
| | |||||
* | minimal perl_checker compliance | Pascal Rigaux | 2004-11-25 | 1 | -4/+3 |
| | |||||
* | use floppies_dev() instead of floppies() | Pascal Rigaux | 2004-11-25 | 1 | -1/+1 |
| | |||||
* | use fs::get::device2part() | Pascal Rigaux | 2004-11-25 | 1 | -2/+1 |
| | |||||
* | use fs::get::device2part() | Pascal Rigaux | 2004-11-25 | 1 | -2/+1 |
| | |||||
* | kill a stock icon | Thierry Vignaud | 2004-11-22 | 1 | -1/+1 |
| |