Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - use the "mount" command directly in move | Pascal Rigaux | 2003-11-12 | 1 | -1/+1 |
| | | | | | - still not really clean ($o_options is dropped in many cases) | ||||
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -2/+2 |
| | |||||
* | move: "adduser" alike step | Guillaume Cottenceau | 2003-10-31 | 1 | -48/+54 |
| | |||||
* | maybe perl_checker should have told me? but that's a bit | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+1 |
| | | | | | complicated for his poor soul? | ||||
* | fix default value still in location|name form in case of move | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+1 |
| | |||||
* | sorting according to transliteration in languages-selection-as-images is ↵ | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+1 |
| | | | | broken, can't remember if I did that special on purpose, seems it was just dumb from me, nothing more | ||||
* | titi doesn't suck | Guillaume Cottenceau | 2003-10-15 | 1 | -0/+1 |
| | |||||
* | don't show a tree in move mode, we have only a limited number of languages | Guillaume Cottenceau | 2003-10-15 | 1 | -4/+11 |
| | |||||
* | fix code that selects images for the choice of languages to not base on FB ↵ | Guillaume Cottenceau | 2003-10-15 | 1 | -1/+1 |
| | | | | as well | ||||
* | perl_checker | Pascal Rigaux | 2003-10-01 | 1 | -3/+3 |
| | |||||
* | fixed hdInstallPath not working on some cases. | Francois Pons | 2003-09-23 | 1 | -2/+2 |
| | |||||
* | add /usr/lib/qt3/lib (and sometimes /usr/lib/qt3/lib64) in ld.so.conf | Pascal Rigaux | 2003-09-17 | 1 | -3/+5 |
| | | | | | (needed for upgrade where package renaming can cause this to disappear) | ||||
* | run nisdomainname et ypbind so that nis is correctly set up *now*, not at ↵ | Pascal Rigaux | 2003-09-17 | 1 | -0/+5 |
| | | | | | | | next reboot. TODO: also do it during install since nis can be useful to resolve domain names. Not done because 9.2-RC | ||||
* | set ICEAUTHORITY for "gnome-session-save --kill" | Pascal Rigaux | 2003-09-15 | 1 | -0/+1 |
| | | | | | (it would be better to set it in usermode, but it works :) | ||||
* | when "Back" is pressed, restore the list of entries in bootloader (bug #5680) | Pascal Rigaux | 2003-09-15 | 1 | -2/+8 |
| | |||||
* | fixed to use meta_class desktop instead of virtual discovery (mapped to ↵ | Francois Pons | 2003-09-11 | 1 | -1/+1 |
| | | | | desktop). | ||||
* | don't use images for language choice in vga16, it's too ugly | Guillaume Cottenceau | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | ensure userdrake works when diskdrake --fileshare is embedded or run through ↵ | Pascal Rigaux | 2003-09-09 | 1 | -1/+1 |
| | | | | kdesu | ||||
* | - userdrake is in /usr/sbin/ (#5447) | Daouda Lo | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | ~fix~ calling userdrake in "diskdrake --fileshare" | Pascal Rigaux | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | chksession gives GNOME for gnome, not Gnome | Pascal Rigaux | 2003-09-01 | 1 | -1/+1 |
| | |||||
* | - configure /etc/sysconfig/autologin in case of xdm, but remove it if kde/gnome | Pascal Rigaux | 2003-08-28 | 1 | -1/+12 |
| | | | | | - create any::sessions() | ||||
* | if there is only one users and meta_class is discovery, choose autologin ↵ | Pascal Rigaux | 2003-08-28 | 1 | -1/+4 |
| | | | | without asking | ||||
* | fix pot regeneration at package build time | Thierry Vignaud | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | Now acpi=ht to prevent HT detection only | Nicolas Planel | 2003-08-27 | 1 | -2/+2 |
| | |||||
* | install "autofs" pkg when using ldap (thanks to Buchan Milne) | Pascal Rigaux | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | Merge from AMD64 branch: lib64 fixes | Gwenolé Beauchesne | 2003-08-19 | 1 | -2/+2 |
| | |||||
* | use $::prefix instead of passing $prefix to functions | Pascal Rigaux | 2003-08-10 | 1 | -26/+23 |
| | |||||
* | try to restore the MBR using "lilo -u" for users not liking the default | Pascal Rigaux | 2003-08-06 | 1 | -0/+2 |
| | | | | | bootloader automatic configuration (eg: bug #4415) | ||||
* | fix an old typo | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | fix ask_window_manager_to_logout for gnome | Pascal Rigaux | 2003-08-04 | 1 | -1/+1 |
| | |||||
* | - move write_smb_conf() from install_any to network::smb | Pascal Rigaux | 2003-08-01 | 1 | -0/+92 |
| | | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth | ||||
* | use $::prefix | Pascal Rigaux | 2003-08-01 | 1 | -4/+3 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | - cleanup debug code | Pascal Rigaux | 2003-07-30 | 1 | -32/+30 |
| | | | | | - use read_gnomekderc & update_gnomekderc instead of getVarsFromSh & substInFile | ||||
* | allow other=/dev/fd0 (bug #4405) | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | new autologin scheme (spec87): directly configure display manager | Thierry Vignaud | 2003-07-23 | 1 | -6/+26 |
| | |||||
* | changed "Country" . " / Region" to "Country / Region" and fixed Chinese po's | Pablo Saratxaga | 2003-07-12 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-06-06 | 1 | -6/+6 |
| | |||||
* | - user name must begin with a letter but not with a number or - or _ | Daouda Lo | 2003-05-27 | 1 | -1/+1 |
| | |||||
* | be perl_checker prototype compliant | Pascal Rigaux | 2003-05-26 | 1 | -7/+7 |
| | |||||
* | in standalone drakboot, raise a wait message window so that the user can figure | Thierry Vignaud | 2003-05-19 | 1 | -0/+2 |
| | | | | | out what occurs (lilo installation being quite long) | ||||
* | use matched values only if matching did success | Thierry Vignaud | 2003-05-12 | 1 | -2/+2 |
| | |||||
* | have /etc/sysconfig/i18n in report.bug | Guillaume Cottenceau | 2003-04-30 | 1 | -0/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -4/+4 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+5 |
| | |||||
* | removed acpi reference here (should already been have removed earlier). | Francois Pons | 2003-03-26 | 1 | -5/+6 |
| | | | | | moved here hdInstallPath from install_any. | ||||
* | hp fix | Thierry Vignaud | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | cleanup (still need to handle permissions more cleanly, people using umask 0 | Pascal Rigaux | 2003-03-13 | 1 | -4/+2 |
| | | | | | should be shot) |