| Commit message (Expand) | Author | Age | Files | Lines |
* | - lilo doesn't work on dmraid so forcing grub | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -2/+2 |
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
* | (autologin) make autologin choice more user friendly (better fix for #4304) | Thierry Vignaud | 2005-06-09 | 1 | -4/+2 |
* | don't need prefixing with current package | Pascal Rigaux | 2005-06-09 | 1 | -1/+1 |
* | allow inspecting nfs | Pascal Rigaux | 2005-06-07 | 1 | -1/+1 |
* | get rid of the few remaining $LD_LOADER | Pascal Rigaux | 2005-06-03 | 1 | -2/+2 |
* | don't use $in->{locale} as being $o->{locale} during install, it's much bette... | Pascal Rigaux | 2005-06-03 | 1 | -64/+70 |
* | allow specifying the uid and gid when creating a user (part of bugzilla #15190) | Pascal Rigaux | 2005-06-01 | 1 | -0/+9 |
* | add language selection to finish-install | Pascal Rigaux | 2005-06-01 | 1 | -0/+25 |
* | move netprofile stuff in network::network | Olivier Blin | 2005-05-30 | 1 | -2/+2 |
* | (selectCountry) fix warning and cleanup | Thierry Vignaud | 2005-05-27 | 1 | -1/+1 |
* | (selectCountry) display SCIM combinaisons in a sub menu | Thierry Vignaud | 2005-05-27 | 1 | -2/+7 |
* | (selectCountry) only speak about other countries if needed | Thierry Vignaud | 2005-05-18 | 1 | -2/+2 |
* | default to "Custom" when group fileshare exists (bugzilla #15917) | Pascal Rigaux | 2005-05-12 | 1 | -1/+1 |
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -1/+1 |
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
* | (autologin) make autologin choice more user friendly (#4304) | Thierry Vignaud | 2005-04-13 | 1 | -2/+4 |
* | XF86Config-4 doesn't exist anymore, no need logging it | Pascal Rigaux | 2005-04-08 | 1 | -1/+0 |
* | monitor-edid needs /dev/zero when fallbacking on lrmi | Pascal Rigaux | 2005-04-06 | 1 | -0/+1 |
* | the wmaker line didn't ask the window manager to logout, but to rerun itself,... | Pascal Rigaux | 2005-03-31 | 1 | -1/+0 |
* | (selectLanguage) remove unused variable | Thierry Vignaud | 2005-03-29 | 1 | -1/+0 |
* | (selectLanguage) let "unicode" checkbox be an advanced item at both install | Thierry Vignaud | 2005-03-29 | 1 | -1/+1 |
* | be more explicit | Pascal Rigaux | 2005-03-22 | 1 | -0/+1 |
* | when calling adduser, don't forget {realname} or {home} if we have them (bugz... | Pascal Rigaux | 2005-03-22 | 1 | -0/+2 |
* | no acpi means acpi=on, not the contrary (bugzilla #13935) | Pascal Rigaux | 2005-03-22 | 1 | -1/+1 |
* | enable to enable/disable utf-8 | Thierry Vignaud | 2005-03-16 | 1 | -1/+4 |
* | Install kernel-xbox on XBOX, bypass bootloader setup and eject call | Stew Benedict | 2005-03-15 | 1 | -1/+2 |
* | fix looking for the user uid.gid | Pascal Rigaux | 2005-03-13 | 1 | -1/+1 |
* | - webclient alternative is obsolete, launch browser with new | Daouda Lo | 2005-03-01 | 1 | -17/+0 |
* | - check and launch browser according to wm | Daouda Lo | 2005-03-01 | 1 | -0/+17 |
* | - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) | Pascal Rigaux | 2005-02-28 | 1 | -13/+18 |
* | really fix the typo! | Pascal Rigaux | 2005-02-18 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2005-02-18 | 1 | -1/+1 |
* | factorize code in ask_window_manager_to_logout_then_do() | Pascal Rigaux | 2005-02-18 | 1 | -0/+19 |
* | allow mounting isOtherAvailableFS filesystems read-only | Pascal Rigaux | 2005-02-08 | 1 | -1/+1 |
* | Allow upper case letters in users' real names. | Rafael Garcia-Suarez | 2005-02-08 | 1 | -1/+1 |
* | \w can match non-ascii characters, so expanding it (bugzilla #13432). It woul... | Pascal Rigaux | 2005-02-05 | 1 | -1/+1 |
* | drakx_version() is now in install_any and use getFile() to get VERSION | Pascal Rigaux | 2005-01-26 | 1 | -5/+0 |
* | add user specific shell support in create_user (Nicolas Planel) | Pascal Rigaux | 2005-01-12 | 1 | -0/+1 |
* | do not log the encrypted password | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
* | show advanced languages by default | Pascal Rigaux | 2005-01-11 | 1 | -0/+1 |
* | - fs::mount() wants a real device or a faked one, but doesn't accept things l... | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
* | don't pass prefix, use $::prefix | Pascal Rigaux | 2004-12-21 | 1 | -14/+14 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -4/+4 |
* | - any::enableShadow() -> authentication::enable_shadow() | Pascal Rigaux | 2004-12-02 | 1 | -5/+0 |
* | Move crypt() in the package it belongs to | Rafael Garcia-Suarez | 2004-12-02 | 1 | -4/+0 |
* | - move some functions from any.pm to authentication.pm | Pascal Rigaux | 2004-11-30 | 1 | -43/+2 |
* | create any::set_root_passwd() and use it | Pascal Rigaux | 2004-11-30 | 1 | -0/+7 |
* | - rely on adduser(8) to set the users password instead of using write_passwd_... | Pascal Rigaux | 2004-11-30 | 1 | -6/+47 |