summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* replace "policy => [ horizpolicy, vertpolicy ]" with "h_policy => ..., ↵Pascal Rigaux2004-12-022-3/+19
| | | | | | | v_policy => ..." (both defaulting to "automatic")
* dirty script easing the switch from ugtk2 to mygtk2 (beware!)Pascal Rigaux2004-12-022-0/+213
|
* helping titi that didn't get isLaptop() right in 3 commits ;pPascal Rigaux2004-12-021-1/+1
|
* future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to ↵Pascal Rigaux2004-12-022-177/+727
| | | | keep compatibility))
* updated pot filePablo Saratxaga2004-12-021-2/+2
|
* - any::enableShadow() -> authentication::enable_shadow()Pascal Rigaux2004-12-022-10/+9
| | | | | - inline authentication::crypt()
* Move crypt() in the package it belongs toRafael Garcia-Suarez2004-12-022-4/+5
|
* simplify: grep already done complete_usb_storage_info()Pascal Rigaux2004-12-011-1/+1
|
* return value for gtkset_mousecursorRafael Garcia-Suarez2004-12-011-0/+1
|
* don't keep the banner from drakconnect for all stepsPascal Rigaux2004-11-301-0/+2
|
* *** empty log message ***Pascal Rigaux2004-11-301-0/+21
|
* add drakx-finish-installPascal Rigaux2004-11-305-2/+23
|
* fix fatal perl_checker errorPascal Rigaux2004-11-301-1/+1
|
* prog to launch after install which configurate users, authentication, root ↵Pascal Rigaux2004-11-301-0/+54
| | | | password and network
* (dmidecode) explain why we return a list and not directly an hashThierry Vignaud2004-11-301-0/+1
|
* (floppies) do not try to load floppy if there's no floppy drive (#8211)Thierry Vignaud2004-11-301-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 Rigaux2004-11-301-2/+4
| | | | it in network::netconnect::main()
* replace isStandalone with !isInstall (for finish-install which is neither ↵Pascal Rigaux2004-11-301-3/+3
| | | | isInstall nor isStandalone)
* perl_checker fixPascal Rigaux2004-11-301-1/+1
|
* shorterPascal Rigaux2004-11-301-3/+1
|
* don't pass the prefix/etc/sysconfig/network to ↵Pascal Rigaux2004-11-302-3/+4
| | | | network::network::write_conf(), we always use the same file name
* $when_network_is_up is now optionalPascal Rigaux2004-11-301-1/+1
|
* make $when_network_is_up optionalPascal Rigaux2004-11-301-1/+3
|
* Warn when failing to mount the supplementary CD-ROMRafael Garcia-Suarez2004-11-301-1/+5
|
* typo fixThierry Vignaud2004-11-301-1/+1
|
* *** empty log message ***Pascal Rigaux2004-11-301-1/+278
|
* install scim-anthy as well for japanese usersThierry Vignaud2004-11-302-2/+2
|
* (setDefaultPackages) perl_checker cleanupThierry Vignaud2004-11-301-1/+1
|
* rollback previous bogus commitThierry Vignaud2004-11-301-1/+1
|
* - move some functions from any.pm to authentication.pmPascal Rigaux2004-11-304-68/+77
| | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword()
* create any::set_root_passwd() and use itPascal Rigaux2004-11-302-3/+8
|
* (isLaptop) fix it on non PPC architecturesThierry Vignaud2004-11-301-1/+1
|
* detect_devices::getModem() does not take an argument anymoreThierry Vignaud2004-11-301-1/+1
|
* Yes/no is better than Ok/cancel for logout questionThierry Vignaud2004-11-301-1/+1
|
* (dmidecode) add (explicit) memoizationThierry Vignaud2004-11-301-5/+7
|
* - rely on adduser(8) to set the users password instead of using ↵Pascal Rigaux2004-11-303-55/+52
| | | | | | | write_passwd_user() - use adduser(8) during install (we now use the same code during and after install)
* white space normalisationPascal Rigaux2004-11-301-4/+4
|
* minimal authentication get() functionPascal Rigaux2004-11-291-0/+5
|
* create %kind2pam_kindPascal Rigaux2004-11-291-7/+14
|
* rename allocUsers() to alloc_user_faces() (better suited)Pascal Rigaux2004-11-291-2/+2
|
* perl_checker compliancePascal Rigaux2004-11-291-1/+1
|
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-295-54/+7
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* A bit of grammarRafael Garcia-Suarez2004-11-291-3/+3
|
* ensure toshutils is present on mediaThierry Vignaud2004-11-291-1/+1
|
* (setDefaultPackages) better support for Toshiba laptops: preloadThierry Vignaud2004-11-291-2/+6
| | | | | | toshiba driver and install toshutils (inspirated from drivers/char/toshiba.c's audit)
* add hint for translatorThierry Vignaud2004-11-291-1/+3
|
* ensure ik8utils is present on mediaThierry Vignaud2004-11-291-0/+1
|
* (setDefaultPackages) better support for DELL laptops: preload i8k driverThierry Vignaud2004-11-291-0/+1
|
* better support for DELL laptops (inspirated from drivers/char/i8k.c's audit)Thierry Vignaud2004-11-291-0/+4
|
* Don't load encoding.pm, it's not provided in the stage 2 perlRafael Garcia-Suarez2004-11-271-1/+0
|