summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* remove xguestAntoine Ginies2011-05-251-12/+0
|
* Add nokmsboot boot option also if the bootloader is installed after settingAnssi Hannula2011-04-171-0/+5
| | | | up a conflicting display driver (e.g. draklive-install).
* - fix: Use of array as a referenceOlivier Thauvin2010-08-191-2/+2
|
* - 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
|