Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't allow partition types we don't know how to format in {partitions} for ↵ | Pascal Rigaux | 2004-12-05 | 2 | -1/+10 |
| | | | | auto_installs (eg of bad type: ntfs) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-12-03 | 1 | -1/+50 |
| | |||||
* | disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT | Pascal Rigaux | 2004-12-03 | 1 | -0/+1 |
| | |||||
* | during install, commands should $::isInstall set (otherwise poor modprobe ↵ | Pascal Rigaux | 2004-12-03 | 1 | -0/+1 |
| | | | | becomes a fork bomb) | ||||
* | more debug log | Pascal Rigaux | 2004-12-03 | 1 | -0/+1 |
| | |||||
* | use the cute "perldoc -l" instead of perl -V:vendorlib which doesn't work ↵ | Pascal Rigaux | 2004-12-03 | 1 | -2/+2 |
| | | | | when the module hasn't been rebuilt | ||||
* | be more automatic and less .emacs dependent | Pascal Rigaux | 2004-12-03 | 2 | -2/+6 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-12-02 | 1 | -1/+194 |
| | |||||
* | use migrate-ugtk2-to-mygtk2.pl (and i verified the diff) | Pascal Rigaux | 2004-12-02 | 1 | -26/+26 |
| | |||||
* | replace "policy => [ horizpolicy, vertpolicy ]" with "h_policy => ..., ↵ | Pascal Rigaux | 2004-12-02 | 2 | -3/+19 |
| | | | | | | | v_policy => ..." (both defaulting to "automatic") | ||||
* | dirty script easing the switch from ugtk2 to mygtk2 (beware!) | Pascal Rigaux | 2004-12-02 | 2 | -0/+213 |
| | |||||
* | helping titi that didn't get isLaptop() right in 3 commits ;p | Pascal Rigaux | 2004-12-02 | 1 | -1/+1 |
| | |||||
* | future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to ↵ | Pascal Rigaux | 2004-12-02 | 2 | -177/+727 |
| | | | | keep compatibility)) | ||||
* | updated pot file | Pablo Saratxaga | 2004-12-02 | 1 | -2/+2 |
| | |||||
* | - any::enableShadow() -> authentication::enable_shadow() | Pascal Rigaux | 2004-12-02 | 2 | -10/+9 |
| | | | | | - inline authentication::crypt() | ||||
* | Move crypt() in the package it belongs to | Rafael Garcia-Suarez | 2004-12-02 | 2 | -4/+5 |
| | |||||
* | simplify: grep already done complete_usb_storage_info() | Pascal Rigaux | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | return value for gtkset_mousecursor | Rafael Garcia-Suarez | 2004-12-01 | 1 | -0/+1 |
| | |||||
* | don't keep the banner from drakconnect for all steps | Pascal Rigaux | 2004-11-30 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-11-30 | 1 | -0/+21 |
| | |||||
* | add drakx-finish-install | Pascal Rigaux | 2004-11-30 | 5 | -2/+23 |
| | |||||
* | 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 | ||||
* | (dmidecode) explain why we return a list and not directly an hash | Thierry Vignaud | 2004-11-30 | 1 | -0/+1 |
| | |||||
* | (floppies) do not try to load floppy if there's no floppy drive (#8211) | Thierry Vignaud | 2004-11-30 | 1 | -6/+13 |
| | | | | | | a side effect is that now we'll still see the floppy drive even if some buggy code triggered $@ earlier | ||||
* | network::netconnect::real_main() do not exit brutally on wizcancel, handle ↵ | Pascal Rigaux | 2004-11-30 | 1 | -2/+4 |
| | | | | it in network::netconnect::main() | ||||
* | replace isStandalone with !isInstall (for finish-install which is neither ↵ | Pascal Rigaux | 2004-11-30 | 1 | -3/+3 |
| | | | | isInstall nor isStandalone) | ||||
* | 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 | 2 | -3/+4 |
| | | | | 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 |
| | |||||
* | make $when_network_is_up optional | Pascal Rigaux | 2004-11-30 | 1 | -1/+3 |
| | |||||
* | Warn when failing to mount the supplementary CD-ROM | Rafael Garcia-Suarez | 2004-11-30 | 1 | -1/+5 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-11-30 | 1 | -1/+278 |
| | |||||
* | install scim-anthy as well for japanese users | Thierry Vignaud | 2004-11-30 | 2 | -2/+2 |
| | |||||
* | (setDefaultPackages) perl_checker cleanup | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | rollback previous bogus commit | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | - move some functions from any.pm to authentication.pm | Pascal Rigaux | 2004-11-30 | 4 | -68/+77 |
| | | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword() | ||||
* | create any::set_root_passwd() and use it | Pascal Rigaux | 2004-11-30 | 2 | -3/+8 |
| | |||||
* | (isLaptop) fix it on non PPC architectures | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | detect_devices::getModem() does not take an argument anymore | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | Yes/no is better than Ok/cancel for logout question | Thierry Vignaud | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | (dmidecode) add (explicit) memoization | Thierry Vignaud | 2004-11-30 | 1 | -5/+7 |
| | |||||
* | - rely on adduser(8) to set the users password instead of using ↵ | Pascal Rigaux | 2004-11-30 | 3 | -55/+52 |
| | | | | | | | write_passwd_user() - use adduser(8) during install (we now use the same code during and after install) | ||||
* | white space normalisation | Pascal Rigaux | 2004-11-30 | 1 | -4/+4 |
| | |||||
* | minimal authentication get() function | Pascal Rigaux | 2004-11-29 | 1 | -0/+5 |
| | |||||
* | create %kind2pam_kind | Pascal Rigaux | 2004-11-29 | 1 | -7/+14 |
| | |||||
* | rename allocUsers() to alloc_user_faces() (better suited) | Pascal Rigaux | 2004-11-29 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-11-29 | 1 | -1/+1 |
| |