summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix last commitThierry Vignaud2005-07-311-1/+1
|
* (devfssymlinkf) do not write rules conflicting with udev ones (blacklist dvdThierry Vignaud2005-07-311-1/+1
| | | | | and mouse, only accepting modem for now)
* - lilo doesn't work on dmraid so forcing grubPascal Rigaux2005-07-011-1/+1
| | | | | - method_choices() now wants $all_hds instead of $fstab
* try to cleanup fs.pmPascal Rigaux2005-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-1/+0
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* (autologin) make autologin choice more user friendly (better fix for #4304)Thierry Vignaud2005-06-091-4/+2
|
* don't need prefixing with current packagePascal Rigaux2005-06-091-1/+1
|
* allow inspecting nfsPascal Rigaux2005-06-071-1/+1
|
* get rid of the few remaining $LD_LOADERPascal Rigaux2005-06-031-2/+2
|
* don't use $in->{locale} as being $o->{locale} during install, it's much ↵Pascal Rigaux2005-06-031-64/+70
| | | | better to pass $o->{locale}
* allow specifying the uid and gid when creating a user (part of bugzilla #15190)Pascal Rigaux2005-06-011-0/+9
|
* add language selection to finish-installPascal Rigaux2005-06-011-0/+25
|
* move netprofile stuff in network::networkOlivier Blin2005-05-301-2/+2
|
* (selectCountry) fix warning and cleanupThierry Vignaud2005-05-271-1/+1
|
* (selectCountry) display SCIM combinaisons in a sub menuThierry Vignaud2005-05-271-2/+7
|
* (selectCountry) only speak about other countries if neededThierry Vignaud2005-05-181-2/+2
|
* default to "Custom" when group fileshare exists (bugzilla #15917)Pascal Rigaux2005-05-121-1/+1
|
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-1/+1
|
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
|
* (autologin) make autologin choice more user friendly (#4304)Thierry Vignaud2005-04-131-2/+4
|
* XF86Config-4 doesn't exist anymore, no need logging itPascal Rigaux2005-04-081-1/+0
|
* monitor-edid needs /dev/zero when fallbacking on lrmiPascal Rigaux2005-04-061-0/+1
|
* the wmaker line didn't ask the window manager to logout, but to rerun ↵Pascal Rigaux2005-03-311-1/+0
| | | | itself, so removing it (bugzilla #15087)
* (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()