summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* adapt to latest drakx-net APIOlivier Blin2008-08-181-1/+1
|
* - load disk/scsi before disk/ide since libata is now the defaultOlivier Blin2008-07-101-3/+4
| | | | | (to prevent modules::load_category from loading ide-generic too early)
* detect KDE4 when configuring autologinOlivier Blin2008-07-041-1/+1
|
* - fix setting default lang (which is given by gfxboot)Pascal Rigaux2008-03-181-2/+0
| | | | | | nb: one must not set $o->{locale}{lang} directly, otherwise $o->{locale}{country} will not have a valid value, hence some issues...
* - adapt code to upgrade from redhat for mdv extensions (& for ManboThierry Vignaud2008-03-031-5/+5
| | | | | Core by the way)
* load disk/ide before disk/scsi (to prevent sata deps from overriding ↵Olivier Blin2008-02-121-1/+3
| | | | non-libata pata modules)
* - ensure /etc/sysconfig/console/default.kmap is generated with installedPascal Rigaux2007-11-261-0/+3
| | | | | keymaps, not installer simplified (?) .bkmap (#35376)
* add FIXME notesThierry Vignaud2007-10-091-0/+1
|
* - use /dev/cdrom in fstab, but do not write corresponding udev rulePascal Rigaux2007-10-041-1/+1
| | | | | | | | | | (the rules will be generated at boot time otherwise it won't catch the hdX/srX switch) (ID_PATH is something like "pci-0000:00:1f.1-ide-1:0", so it can't catch the ide/scsi device name switch that occurs at first boot on a box with cdrom on pata and harddisk on sata)
* - use /dev/cdrom in fstab, and write corresponding udev rulePascal Rigaux2007-10-031-0/+1
| | | | | (the rules were generated at boot time but here we ensure consistent naming)
* - ensure the rpmdb is closedPascal Rigaux2007-09-281-0/+1
|
* cleanup: use URPM::packages_providing()Pascal Rigaux2007-09-141-1/+1
|
* /etc/menu/enable_simplified and /etc/menu/do-not-create-menu-link are ↵Pascal Rigaux2007-08-291-8/+0
| | | | obsolete and unused
* drop /etc/sysconfig/usb configuration (not used anymore in initscripts)Olivier Blin2007-08-231-1/+0
|
* - adduserdrake, finish-install:Pascal Rigaux2007-08-131-2/+7
| | | | | | | | | | | | | | | o create only one user o fix checking user info (#32517) - install: o merge root password step and create user step (new setRootPassword_addUser step name, but still handle addUser setRootPassword in interactiveSteps for auto_installs) o fix checking user creation info (#32517) o allow to create only one user per default, but add an entry in summary to create more users o authentication method is not configurable anymore for now. should we add it to summary?
* simplify code using Xconfig::proprietary::pkgs_for_Driver2 from ↵Pascal Rigaux2007-08-081-2/+2
| | | | drakx-kbd-mouse-X11 0.21
* (miscellaneousBefore) better log messageThierry Vignaud2007-08-071-1/+1
|
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-2/+1
|
* service xfs is not used anymore by default (see also #32051)Pascal Rigaux2007-08-011-1/+1
|
* - auto_install:Pascal Rigaux2007-06-191-0/+6
| | | | | | | o ensure /etc/resolv.conf is configured in /mnt for network installs (reported by guillomovitch on freenode #mandrivafr)
* do not try to configure dvd devices during install since /dev is wiped out ↵Olivier Blin2007-04-301-1/+0
| | | | at reboot
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+961