summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* test existence of /usr/share/bootsplash/scripts/make-boot-splashOlivier Blin2009-10-301-1/+1
| | | | | | | file instead of install status of bootsplash package to enable vga in bootloader (package check is not working during upgrade on x86_64)
* (is_xguest_installed,ask_user_and_root) enable to install/deinstall xguest (tv)Christophe Fergeau2009-10-211-0/+14
|
* use autologin_file variableOlivier Blin2009-10-131-2/+2
|
* remove utf8_forced magic since we do not have to remember anymore ifOlivier Blin2009-10-131-7/+3
| | | | | | the selected lang prefers UTF-8 or not, we use UTF-8 by default for all langs now
* use UTF-8 for zh_TW (#53976)Olivier Blin2009-10-131-1/+1
|
* fix syntax errorOlivier Blin2009-10-091-1/+1
|
* abort autologin configuration if dm install failsOlivier Blin2009-10-091-3/+6
|
* fix guessing dm name from lookupdmOlivier Blin2009-10-091-1/+1
|
* fix /etc/X11/lookupdm usage during install (for default dm selection)Olivier Blin2009-10-081-1/+1
|
* use gdm for xfce4 and LXDEOlivier Blin2009-10-081-0/+2
|
* - better describe what usernames we allow (#44783)Pascal Terjan2009-09-241-1/+1
| | | | - drop useless ? in regexp
* only write dm conf files if they exist beforeOlivier Blin2009-09-231-4/+6
|
* write DISPLAYMANAGER in /etc/sysconfig/desktop tooOlivier Blin2009-09-231-0/+1
|
* always write /etc/sysconfig/desktopOlivier Blin2009-09-231-4/+5
|
* remove spurious spacesOlivier Blin2009-09-231-1/+1
|
* test display manager instead of desktop when configuring autologinOlivier Blin2009-09-231-3/+3
|
* fix typoOlivier Blin2009-09-231-1/+1
|
* always ensure dm is installed before configuring autologin/desktopOlivier Blin2009-09-231-1/+5
|
* pass autologin hash to set_autologinOlivier Blin2009-09-231-13/+13
|
* rename autologin field as userOlivier Blin2009-09-231-1/+1
|
* add dm variable in autologin hashOlivier Blin2009-09-231-1/+1
|
* read autologin settings from /etc/sysconfig/autologin as fallbackOlivier Blin2009-09-231-0/+5
|
* read kdm config file only if kdm is to be usedOlivier Blin2009-09-231-1/+1
|
* simplifyOlivier Blin2009-09-231-10/+10
|
* guess display manager from /etc/sysconfig/desktop, or default session, or ↵Olivier Blin2009-09-231-1/+14
| | | | /etc/X11/lookupdm
* when detecting default desktop, use first session (instead of using hacks ↵Olivier Blin2009-09-231-1/+1
| | | | with dm config files)
* (running_window_manager) add bug noticeThierry Vignaud2009-09-141-0/+1
|
* (acceptLicense) reuse forked helper for consistencyThierry Vignaud2009-09-071-1/+1
|
* (run_display_release_notes) introduce it in order to fork the releaseThierry Vignaud2009-09-071-0/+6
| | | | notes helper
* (get_release_notes) extract it out of acceptLicense() (needed by newThierry Vignaud2009-09-071-4/+10
| | | | viewer)
* adduserdrake: added weakness check for root passwordAurélien Lefebvre2009-08-181-1/+1
|
* - added the ability to add up/down buttons in add_modify_remove listAurélien Lefebvre2009-08-171-1/+21
| | | | | | | of interactive - drakboot : o user is now able to re-order bootloader entries
* - added password weakness display feature in interactiveAurélien Lefebvre2009-08-171-1/+1
| | | | | | - adduserdrake o now use password weakness display
* (_install_raw,monitor_full_edid) do not log perl warnings aboutThierry Vignaud2009-04-201-3/+7
| | | | | missing/not-yet-installed locales while installing and while probing EDID
* (ask_user_and_root) ensure login is lowercase when transliteratingThierry Vignaud2009-04-051-1/+1
| | | | | | | from real name (#49573) (regression introduced in r255158 on 2009-03-30)
* (rotate_logs) rotate /root/drakx/install1.log tooThierry Vignaud2009-03-301-1/+1
|
* (rotate_logs) rotate newly added 'updates.log' tooThierry Vignaud2009-03-301-1/+1
|
* (urpmi_add_all_media,installUpdates) log (g|)urpmi.addmedia and (g|)urpmi ↵Thierry Vignaud2009-03-301-1/+2
| | | | output (#47107)
* (ask_user_and_root) in order to guess the login name, just transliterateThierry Vignaud2009-03-301-1/+2
| | | | | the real name into ascii rather than truncate it on first non ascii character
* (urpmi_add_all_media) make gurpmi.addmedia auto close instead ofThierry Vignaud2009-03-261-1/+3
| | | | | | waiting for user pressing "close" button on "media added with success" dialogs
* Changed X server restart routing not to rely on ctrl-alt-del (#49059).Eugeni Dodonov2009-03-251-6/+7
|
* (setupBootloader__general) enable to disable SMP support (#31339)Thierry Vignaud2008-12-151-0/+7
|
* - adapt ask_window_manager_to_logout() to make it work (need usermode changes)Pascal Rigaux2008-10-011-6/+6
|
* fix/adjust some help pages (#42986)Thierry Vignaud2008-09-301-2/+2
|
* (setupBootloaderBefore) update an obsolete commentThierry Vignaud2008-09-291-1/+1
|
* (display_release_notes) disable disable contextual menu on release notesThierry Vignaud2008-09-261-1/+1
|
* (set_wm_hints_if_needed) extract if from finish-install so that it can ↵Thierry Vignaud2008-09-231-0/+7
| | | | reused elsewhere (eg: gurpmi.update)
* detect drakx-matchbox-window-managerOlivier Blin2008-09-231-1/+1
|
* - add a special license for google programs (only for "Powerpack" product)Pascal Rigaux2008-09-191-2/+7
|
* cleanup: don't use $o as a $inPascal Rigaux2008-09-191-10/+9
|