Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update version for rescue issue | Florent Villard | 2004-11-30 | 1 | -1/+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) | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-11-30 | 1 | -9/+22 |
| | |||||
* | 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 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 19 | -2079/+9 |
| | | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime | ||||
* | A bit of grammar | Rafael Garcia-Suarez | 2004-11-29 | 1 | -3/+3 |
| | |||||
* | ensure toshutils is present on media | Thierry Vignaud | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | (setDefaultPackages) better support for Toshiba laptops: preload | Thierry Vignaud | 2004-11-29 | 1 | -2/+6 |
| | | | | | | toshiba driver and install toshutils (inspirated from drivers/char/toshiba.c's audit) | ||||
* | add hint for translator | Thierry Vignaud | 2004-11-29 | 1 | -1/+3 |
| | |||||
* | ensure ik8utils is present on media | Thierry Vignaud | 2004-11-29 | 1 | -0/+1 |
| | |||||
* | (setDefaultPackages) better support for DELL laptops: preload i8k driver | Thierry Vignaud | 2004-11-29 | 1 | -0/+1 |
| | |||||
* | better support for DELL laptops (inspirated from drivers/char/i8k.c's audit) | Thierry Vignaud | 2004-11-29 | 1 | -0/+4 |
| | |||||
* | module "floppy" is in @modules_always_on_stage1 (modules.pl) but must also be | Pascal Rigaux | 2004-11-29 | 1 | -1/+1 |
| | | | | | listed in modules.pl otherwise it is removed for non BOOT kernels | ||||
* | kernel BOOT 2.4 doesn't handle clp at the moment | Pascal Rigaux | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | Don't load encoding.pm, it's not provided in the stage 2 perl | Rafael Garcia-Suarez | 2004-11-27 | 1 | -1/+0 |
| | |||||
* | 10.2-0.5mdk | Thierry Vignaud | 2004-11-26 | 1 | -1/+8 |
| | |||||
* | Add some tool in DEVELOPMENT section | David Baudens | 2004-11-26 | 1 | -2/+7 |
| | |||||
* | help perl_checker | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | We won't have files named compssUsers.pl.<meta_class> since they're all | Rafael Garcia-Suarez | 2004-11-26 | 2 | -3/+2 |
| | | | | | merged now. | ||||
* | updated pot file | Pablo Saratxaga | 2004-11-26 | 1 | -1205/+1253 |
| | |||||
* | don't write X config when there is none (otherwise we write a partial X config) | Pascal Rigaux | 2004-11-26 | 1 | -3/+5 |
| | |||||
* | help perl another way that perl_checker prefers | Pascal Rigaux | 2004-11-26 | 1 | -1/+1 |
| | |||||
* | - geometry XXX/240/63 is quite common, so add 240 to @valid_nb_heads | Pascal Rigaux | 2004-11-26 | 1 | -2/+2 |
| | | | | | | | - remove checking that nb_heads is in @valid_nb_heads (this fixes yet another case of the infamous "XP doesn't boot" occuring 10.1 CE, though it should already be fixed via EDD) |