summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* correct and remove google licenseAnne Nicolas2011-02-111-10/+5
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* - kill Xorg process instead of obsolete X name processTomasz Paweł Gajc2010-07-251-2/+2
|
* - add xfce4 support to running_window_manager()Tomasz Paweł Gajc2010-07-251-1/+2
|
* user management: focus on first entry in dialog, root password ifOlivier Blin2010-06-091-2/+4
| | | | | superuser is asked, user real name otherwise (#54910)
* always set resume= when a swap is available, regardless of its size (#34681)Pascal Terjan2010-05-181-5/+1
|
* [drakboot] add per-boot-entry lock with password checkboxChristophe Fergeau2010-04-121-0/+1
|
* [drakboot] drop "restricted" optionChristophe Fergeau2010-04-121-10/+0
| | | | | It wasn't doing anything for grub, and it has the effect to *lower* the security contrary to what users may think
* remember "restricted" setting in drakbootChristophe Fergeau2010-04-121-1/+5
|
* [drakboot] fix text for "restricted" optionChristophe Fergeau2010-04-121-2/+1
|
* (setupBootloader__general, read_grub_menu_lst, write_grub) default toThierry Vignaud2010-02-041-2/+0
| | | | always crypt grub passwords
* (setupBootloader__general, crypt_grub_password, is_already_crypted,Thierry Vignaud2010-02-031-0/+2
| | | | read_grub_menu_lst, write_grub) add support for crypted grub passwords
* (setupBootloader__general) make an advanced option out of 'ACPI' sinceThierry Vignaud2010-02-031-1/+1
| | | | | it now works out of the box everywhere and it's now mainly a debug option
* (get_apple_boot_parts) extract it out of setupBootloader__general()Thierry Vignaud2010-02-031-1/+6
| | | | for readability
* (setupBootloader__general) wrap for readabilityThierry Vignaud2010-02-031-6/+13
|
* (setupBootloader__general) add a title for security optionsThierry Vignaud2010-02-031-0/+1
|
* (setupBootloader__general) make restrict's 'validate' callback more readableThierry Vignaud2010-02-031-2/+6
|
* (setupBootloader__general) make 'restric' an advanced optionThierry Vignaud2010-02-031-1/+2
|
* (setupBootloader__general) always display security settingsThierry Vignaud2010-02-031-2/+0
|
* (setupBootloader__mbr_or_not) do not ask for bootloader location atThierry Vignaud2010-02-011-1/+3
| | | | install time (requested by fcrozat+enael) (still available in summary)
* (_ask_mbr_or_not) extract it out of setupBootloader__mbr_or_not()Thierry Vignaud2010-02-011-8/+14
|
* (setupBootloader__entries) perl_checker cleanupsThierry Vignaud2010-02-011-2/+2
|
* enable to set bootloader password in high security levelThierry Vignaud2010-01-141-1/+1
|
* fix another xguest file pathOlivier Blin2009-11-231-1/+1
|
* fix xguest existence testOlivier Blin2009-11-231-1/+1
|
* 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