summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* - drakboot -bootPascal Rigaux2007-06-111-1/+5
| | | | | o update splash when changing framebuffer resolution (#27470)
* do not try to configure dvd devices during install since /dev is wiped out ↵Olivier Blin2007-04-301-15/+0
| | | | at reboot
* re-sync after the big svn lossPascal Rigaux2007-04-251-160/+276
|
* as suggested in bug #21524, display the info on hard drives in the "boot ↵Pascal Rigaux2006-03-091-1/+8
| | | | device" choice
* enable acpi/acpid services when needed, disable them otherwise (#21316)Olivier Blin2006-03-041-2/+6
|
* fix indentationOlivier Blin2006-02-281-2/+2
|
* symlink old home directory to new one when renaming user (#21384)Olivier Blin2006-02-281-0/+2
|
* remove spurious commaOlivier Blin2006-02-281-1/+1
|
* remove untested patchOlivier Blin2006-02-231-14/+6
|
* use groupmod to change group when renaming a userOlivier Blin2006-02-231-8/+16
|
* create lang::lang_changed() to ensure {country} is set according to the lang ↵Pascal Rigaux2006-02-231-1/+1
| | | | (useful for finish-install where choosing fr gives fr_US)
* perl_checker complianceOlivier Blin2006-02-231-1/+1
|
* allow to rename an old user (possibly "guest" from a live distribution) ↵Olivier Blin2006-02-231-4/+9
| | | | instead of creating a new one, using info from first added user in finish-install
* only accept users using "Accept user" button, and disable "Next" when thePascal Rigaux2006-02-211-2/+3
| | | | | login name is filled (bugzilla #20712)
* force creation of a non-root user on standard security levelPascal Rigaux2006-01-301-1/+1
| | | | | | (esp. since kdm doesn't permit root login anymore by default) (thanks to Neoclust)
* (acceptLicense) load the needed modulesThierry Vignaud2005-12-151-0/+1
|
* (acceptLicense) only show release notes at install timeThierry Vignaud2005-12-151-1/+1
|
* (acceptLicense) in standalone mode, when license is rejected, just rebootThierry Vignaud2005-12-151-0/+2
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-151-0/+31
| | | | | it is availlable from within finish-install
* fix for localedrake in text modePascal Rigaux2005-11-231-1/+1
|
* apply locale settings immediatelyOlivier Blin2005-11-231-0/+2
|
* (autologin) always show the autologing config step for globetrotterThierry Vignaud2005-09-271-2/+2
|
* (autologin) always enable autologin on globetrotterThierry Vignaud2005-09-271-1/+1
|
* update report.bug entries to have current config filesPascal Rigaux2005-09-191-3/+3
|
* ensure /boot/message-text exists (useful when switching from grub to lilo)Pascal Rigaux2005-08-301-0/+1
|
* tell writeandclean_ldsoconf happenedPascal Rigaux2005-08-301-0/+1
|
* cleanup (remove duplicates)Pascal Rigaux2005-08-301-2/+2
|
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-0/+7
|
* - don't open advanced languages by defaultPascal Rigaux2005-08-261-1/+1
| | | | | - replace "Advanced" button with "Multi languages"
* don't write /etc/udev/conf.d/mouse.conf, udev now handles it using ↵Pascal Rigaux2005-08-231-1/+1
| | | | /etc/sysconfig/mouse
* don't use a udev rule, this doesn't always work for input/mice, and never ↵Pascal Rigaux2005-08-221-1/+3
| | | | for ttySL0
* simplify previous commit (the /tty/ was there for serial mice)Pascal Rigaux2005-08-221-1/+1
|
* add udev rule for mouse backOlivier Blin2005-08-221-1/+1
|
* make clear that KERNEL is a match in udev ruleOlivier Blin2005-08-221-1/+1
|
* - our udev rules must come before standard mandriva rules to be able to ↵Pascal Rigaux2005-08-101-1/+2
| | | | | | | shadow them - special mouse rule *is* needed for serial mouse
* image2f has slightly changedPascal Rigaux2005-08-091-1/+1
|
* - simplify IM choice using {format} to its full powerPascal Rigaux2005-08-091-9/+7
| | | | | - {IM} is '' instead of either '' or 'None'
* in standalone, use monitor-edid's new option --try-in-consolePascal Rigaux2005-08-081-1/+3
|
* move is_xbox from common to detect_devicesOlivier Blin2005-08-051-2/+2
|
* 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
|