summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* (selectLanguage) remove unused variableThierry Vignaud2005-03-291-1/+0
|
* (selectLanguage) let "unicode" checkbox be an advanced item at both installThierry Vignaud2005-03-291-1/+1
| | | | | time and in standalone mode
* be more explicitPascal Rigaux2005-03-221-0/+1
|
* when calling adduser, don't forget {realname} or {home} if we have them ↵Pascal Rigaux2005-03-221-0/+2
| | | | (bugzilla #13805)
* no acpi means acpi=on, not the contrary (bugzilla #13935)Pascal Rigaux2005-03-221-1/+1
|
* enable to enable/disable utf-8Thierry Vignaud2005-03-161-1/+4
|
* Install kernel-xbox on XBOX, bypass bootloader setup and eject callStew Benedict2005-03-151-1/+2
|
* fix looking for the user uid.gidPascal Rigaux2005-03-131-1/+1
|
* - webclient alternative is obsolete, launch browser with newDaouda Lo2005-03-011-17/+0
| | | | | /usr/bin/www-browser
* - check and launch browser according to wmDaouda Lo2005-03-011-0/+17
|
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-13/+18
| | | | | | | | | | | | - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid
* really fix the typo!Pascal Rigaux2005-02-181-1/+1
|
* fix typoPascal Rigaux2005-02-181-1/+1
|
* factorize code in ask_window_manager_to_logout_then_do()Pascal Rigaux2005-02-181-0/+19
|
* allow mounting isOtherAvailableFS filesystems read-onlyPascal Rigaux2005-02-081-1/+1
|
* Allow upper case letters in users' real names.Rafael Garcia-Suarez2005-02-081-1/+1
|
* \w can match non-ascii characters, so expanding it (bugzilla #13432). It ↵Pascal Rigaux2005-02-051-1/+1
| | | | would be better to remove accents, but i don't know how to do it easily
* drakx_version() is now in install_any and use getFile() to get VERSIONPascal Rigaux2005-01-261-5/+0
|
* add user specific shell support in create_user (Nicolas Planel)Pascal Rigaux2005-01-121-0/+1
|
* do not log the encrypted passwordPascal Rigaux2005-01-111-1/+1
|
* show advanced languages by defaultPascal Rigaux2005-01-111-0/+1
|
* - fs::mount() wants a real device or a faked one, but doesn't accept things ↵Pascal Rigaux2004-12-211-1/+1
| | | | | | | | like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name()
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-14/+14
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-4/+4
|
* - any::enableShadow() -> authentication::enable_shadow()Pascal Rigaux2004-12-021-5/+0
| | | | | - inline authentication::crypt()
* Move crypt() in the package it belongs toRafael Garcia-Suarez2004-12-021-4/+0
|
* - move some functions from any.pm to authentication.pmPascal Rigaux2004-11-301-43/+2
| | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword()
* create any::set_root_passwd() and use itPascal Rigaux2004-11-301-0/+7
|
* - rely on adduser(8) to set the users password instead of using ↵Pascal Rigaux2004-11-301-6/+47
| | | | | | | write_passwd_user() - use adduser(8) during install (we now use the same code during and after install)
* rename allocUsers() to alloc_user_faces() (better suited)Pascal Rigaux2004-11-291-2/+2
|
* remove /lib and /usr/lib with more verbose codePascal Rigaux2004-11-251-1/+5
|
* fix previous commitPascal Rigaux2004-11-251-1/+1
|
* handle the lib64 case separatelyPascal Rigaux2004-11-251-2/+6
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-4/+4
|
* don't write boot OF in /tmp/of_boot_dev, better use dev2yaboot() insteadPascal Rigaux2004-11-161-3/+4
|
* - handle setting memsize mem= kernel parameter in a special functionPascal Rigaux2004-10-271-2/+2
| | | | | | - rely on pack_append() to remove dups (using $uniq_dict_appends) in set_append_with_key() (drawback: it doesn't keep the order anymore)
* split {get,set}_append() into {get,set}_append_with_key() and ↵Pascal Rigaux2004-10-271-9/+9
| | | | {get,set}_append_simple()
* remove dead codePascal Rigaux2004-10-271-2/+0
|
* modifying $e->{append} is useless since we override it with $appendPascal Rigaux2004-10-271-1/+1
|
* add raid-extra-boot=mbr when installing on mdX (bugzilla #11699)Pascal Rigaux2004-09-291-0/+6
|
* (selectCountry) offer to select IM if language has one preselectedThierry Vignaud2004-09-141-2/+4
| | | | | (else option is only availlable in advanced mode)
* (selectCountry) do not default to per locale default IM. IM wasThierry Vignaud2004-09-091-1/+0
| | | | | | either setup by drakx or by localedrake. If the field does not exists, this means the user *decided* to not have an IM.
* (selectCountry) do not overwrite current IM (why does this only failedThierry Vignaud2004-09-091-1/+1
| | | | | with miniChinput???)
* even "lilo -u" can prompt about the "Volume ID" fixing processPascal Rigaux2004-09-091-1/+1
|
* handles the lilo case where it wants to assign a new Volume ID: prompt the ↵Pascal Rigaux2004-09-091-2/+17
| | | | | | | | | user, then - if it doesn't want to modify the Volume ID, use static-bios-codes to be able to install lilo - otherwise call lilo with answer "n" to the question "Is the above disk an NT boot disk?" so that it assigns a new Volume ID
* (set_window_manager) ensure ~/.dmrc is owned by user else GDMThierry Vignaud2004-09-081-0/+2
| | | | | complains about (spoted by frederic crozat)
* replace "Cancel" with "Close" when prompting to launch userdrake (as ↵Pascal Rigaux2004-09-081-1/+1
| | | | suggested by Fabian Mandelbaum)
* disable "Ok" when neither NFS nor SMB is selected (as suggested by Fabian ↵Pascal Rigaux2004-09-081-2/+4
| | | | Mandelbaum)
* Changed "User name" to "Login name" (less ambiguous)Pablo Saratxaga2004-09-061-1/+1
|
* (selectLanguage) tag title as translatableThierry Vignaud2004-09-021-1/+1
|