| Commit message (Expand) | Author | Age | Files | Lines |
* | [drakboot] fix text for "restricted" option | Christophe Fergeau | 2010-04-12 | 1 | -2/+1 |
* | (setupBootloader__general, read_grub_menu_lst, write_grub) default to | Thierry Vignaud | 2010-02-04 | 1 | -2/+0 |
* | (setupBootloader__general, crypt_grub_password, is_already_crypted, | Thierry Vignaud | 2010-02-03 | 1 | -0/+2 |
* | (setupBootloader__general) make an advanced option out of 'ACPI' since | Thierry Vignaud | 2010-02-03 | 1 | -1/+1 |
* | (get_apple_boot_parts) extract it out of setupBootloader__general() | Thierry Vignaud | 2010-02-03 | 1 | -1/+6 |
* | (setupBootloader__general) wrap for readability | Thierry Vignaud | 2010-02-03 | 1 | -6/+13 |
* | (setupBootloader__general) add a title for security options | Thierry Vignaud | 2010-02-03 | 1 | -0/+1 |
* | (setupBootloader__general) make restrict's 'validate' callback more readable | Thierry Vignaud | 2010-02-03 | 1 | -2/+6 |
* | (setupBootloader__general) make 'restric' an advanced option | Thierry Vignaud | 2010-02-03 | 1 | -1/+2 |
* | (setupBootloader__general) always display security settings | Thierry Vignaud | 2010-02-03 | 1 | -2/+0 |
* | (setupBootloader__mbr_or_not) do not ask for bootloader location at | Thierry Vignaud | 2010-02-01 | 1 | -1/+3 |
* | (_ask_mbr_or_not) extract it out of setupBootloader__mbr_or_not() | Thierry Vignaud | 2010-02-01 | 1 | -8/+14 |
* | (setupBootloader__entries) perl_checker cleanups | Thierry Vignaud | 2010-02-01 | 1 | -2/+2 |
* | enable to set bootloader password in high security level | Thierry Vignaud | 2010-01-14 | 1 | -1/+1 |
* | fix another xguest file path | Olivier Blin | 2009-11-23 | 1 | -1/+1 |
* | fix xguest existence test | Olivier Blin | 2009-11-23 | 1 | -1/+1 |
* | test existence of /usr/share/bootsplash/scripts/make-boot-splash | Olivier Blin | 2009-10-30 | 1 | -1/+1 |
* | (is_xguest_installed,ask_user_and_root) enable to install/deinstall xguest (tv) | Christophe Fergeau | 2009-10-21 | 1 | -0/+14 |
* | use autologin_file variable | Olivier Blin | 2009-10-13 | 1 | -2/+2 |
* | remove utf8_forced magic since we do not have to remember anymore if | Olivier Blin | 2009-10-13 | 1 | -7/+3 |
* | use UTF-8 for zh_TW (#53976) | Olivier Blin | 2009-10-13 | 1 | -1/+1 |
* | fix syntax error | Olivier Blin | 2009-10-09 | 1 | -1/+1 |
* | abort autologin configuration if dm install fails | Olivier Blin | 2009-10-09 | 1 | -3/+6 |
* | fix guessing dm name from lookupdm | Olivier Blin | 2009-10-09 | 1 | -1/+1 |
* | fix /etc/X11/lookupdm usage during install (for default dm selection) | Olivier Blin | 2009-10-08 | 1 | -1/+1 |
* | use gdm for xfce4 and LXDE | Olivier Blin | 2009-10-08 | 1 | -0/+2 |
* | - better describe what usernames we allow (#44783) | Pascal Terjan | 2009-09-24 | 1 | -1/+1 |
* | only write dm conf files if they exist before | Olivier Blin | 2009-09-23 | 1 | -4/+6 |
* | write DISPLAYMANAGER in /etc/sysconfig/desktop too | Olivier Blin | 2009-09-23 | 1 | -0/+1 |
* | always write /etc/sysconfig/desktop | Olivier Blin | 2009-09-23 | 1 | -4/+5 |
* | remove spurious spaces | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | test display manager instead of desktop when configuring autologin | Olivier Blin | 2009-09-23 | 1 | -3/+3 |
* | fix typo | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | always ensure dm is installed before configuring autologin/desktop | Olivier Blin | 2009-09-23 | 1 | -1/+5 |
* | pass autologin hash to set_autologin | Olivier Blin | 2009-09-23 | 1 | -13/+13 |
* | rename autologin field as user | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | add dm variable in autologin hash | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | read autologin settings from /etc/sysconfig/autologin as fallback | Olivier Blin | 2009-09-23 | 1 | -0/+5 |
* | read kdm config file only if kdm is to be used | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | simplify | Olivier Blin | 2009-09-23 | 1 | -10/+10 |
* | guess display manager from /etc/sysconfig/desktop, or default session, or /et... | Olivier Blin | 2009-09-23 | 1 | -1/+14 |
* | when detecting default desktop, use first session (instead of using hacks wit... | Olivier Blin | 2009-09-23 | 1 | -1/+1 |
* | (running_window_manager) add bug notice | Thierry Vignaud | 2009-09-14 | 1 | -0/+1 |
* | (acceptLicense) reuse forked helper for consistency | Thierry Vignaud | 2009-09-07 | 1 | -1/+1 |
* | (run_display_release_notes) introduce it in order to fork the release | Thierry Vignaud | 2009-09-07 | 1 | -0/+6 |
* | (get_release_notes) extract it out of acceptLicense() (needed by new | Thierry Vignaud | 2009-09-07 | 1 | -4/+10 |
* | adduserdrake: added weakness check for root password | Aurélien Lefebvre | 2009-08-18 | 1 | -1/+1 |
* | - added the ability to add up/down buttons in add_modify_remove list | Aurélien Lefebvre | 2009-08-17 | 1 | -1/+21 |
* | - added password weakness display feature in interactive | Aurélien Lefebvre | 2009-08-17 | 1 | -1/+1 |
* | (_install_raw,monitor_full_edid) do not log perl warnings about | Thierry Vignaud | 2009-04-20 | 1 | -3/+7 |