summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* fix regexp given to matching_driver (otherwise smartcard:xxx matches)Pascal Rigaux2004-11-091-1/+1
|
* reverted pkgs, SorryFunda Wang2004-11-091-1/+1
|
* s/fctix/fcitx. Critical typoFunda Wang2004-11-092-2/+2
|
* do not use slicing when selecting single valuesThierry Vignaud2004-11-081-1/+1
|
* SmartCard authentication needs pkg castella-pamPascal Rigaux2004-11-071-0/+1
|
* add "Smart Card" authentication (using pam_castella) (as asked by flepied)Pascal Rigaux2004-11-051-7/+14
|
* do not gzip pm files anymore (since we will soon use compressed loopback, ↵Pascal Rigaux2004-11-052-4/+0
| | | | this is not useful anymore)
* create install/stage2/mdkinst.kernels which contains the list of kernels ↵Pascal Rigaux2004-11-051-0/+1
| | | | | | | | known by stage2. this replaces looking at install/stage2/live/modules/modules.cz-xxx (why? cuz install/stage2/live is going to be removed!)
* simplifyPascal Rigaux2004-11-051-1/+1
|
* hide ifcfg files for non-root users if they contain a WEP key (#12177)Olivier Blin2004-11-051-0/+2
|
* Create cfg dir if needed. Use xorg.conf.Stew Benedict2004-11-041-35/+92
| | | | | | | Touch /etc/dhcpd.conf.etherboot.kernel if missing. Ignore vmnet for broadcast address. Start reworking PXE support.
* perl_checker cleanupsThierry Vignaud2004-11-021-3/+2
|
* display more informationThierry Vignaud2004-11-022-0/+21
|
* (dmidecode) provide more fieldsThierry Vignaud2004-11-021-0/+1
|
* (computer_info) simplifyThierry Vignaud2004-11-021-3/+1
|
* (setupBootloaderBefore) dmidecode() was renamed as computer_info()Thierry Vignaud2004-11-021-1/+1
|
* (dmidecode) handle multiple devices with same nameThierry Vignaud2004-11-021-10/+15
| | | | | (computer_info) split it out of dmidecode()
* Anthill #1134 - advise user about anacron.Stew Benedict2004-10-291-3/+2
|
* support Philips Semiconductors DSL cardOlivier Blin2004-10-281-0/+8
|
* bump buildrequires on ldetect and requires on ldetect-lst so thatThierry Vignaud2004-10-281-2/+2
| | | | | we've working support for freebox with USB link
* IA-64 and X86-64 are full 64-bit arches thus don't need kernel-enterpriseGwenolé Beauchesne2004-10-281-1/+1
|
* (getUPS) fix again MGE USB UPSesThierry Vignaud2004-10-271-2/+2
|
* warn about created partition with a given mount point but not formattedPascal Rigaux2004-10-271-0/+5
|
* use ToggleButton instead of Button so that selected partition is visually ↵Pascal Rigaux2004-10-271-5/+18
| | | | toggled
* (mapIntfToDevice) do not try to match usb devices since ldetect doesn't returnThierry Vignaud2004-10-271-0/+1
| | | | | enough data (thus fixing 9box string)
* since we need mdadm, ensure we have it (bugzilla #12146)Pascal Rigaux2004-10-272-0/+6
|
* - handle setting memsize mem= kernel parameter in a special functionPascal Rigaux2004-10-272-18/+24
| | | | | | - 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-273-56/+65
| | | | {get,set}_append_simple()
* many kernel parameters alike "console=tty0 console=ttyS0,57600" can takePascal Rigaux2004-10-271-1/+6
| | | | | | different values, so we now take the safe side and only remove dups for parameters we know the last parameter is used (bugzilla #12055)
* remove dead codePascal Rigaux2004-10-271-2/+0
|
* nicerPascal Rigaux2004-10-271-1/+1
|
* modifying $e->{append} is useless since we override it with $appendPascal Rigaux2004-10-271-1/+1
|
* detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089)Pascal Rigaux2004-10-265-10/+25
|
* run grub chrootedGwenolé Beauchesne2004-10-261-3/+1
|
* older partition types (ntfs) are also available to x86_64Gwenolé Beauchesne2004-10-261-1/+1
|
* add 'synaptics' module so that testing worksGwenolé Beauchesne2004-10-261-0/+1
|
* do not use die when forked, use log::l + c::_exit insteadPascal Rigaux2004-10-261-6/+9
|
* newly created raids must have a fs_type (this was dropped in rev 1.45, it ↵Pascal Rigaux2004-10-261-0/+1
| | | | was an error)
* help perl_checkerPascal Rigaux2004-10-261-2/+2
|
* Remove spurious "my"Rafael Garcia-Suarez2004-10-261-1/+1
|
* in upgrade, when we need to migrate device names, we must write the fstabPascal Rigaux2004-10-263-3/+6
|
* configure sshd to use PAM when needed (sshd config file is modified, but i ↵Pascal Rigaux2004-10-261-0/+14
| | | | did not test more)
* remove trailing slashesRafael Garcia-Suarez2004-10-211-0/+1
|
* Repair FTP supplementary media with overriding of rpmsrate and compssUsers.plRafael Garcia-Suarez2004-10-191-2/+7
|
* There are mirrors in many new countries now. (and sort the list)Rafael Garcia-Suarez2004-10-191-5/+10
|
* This deserves an explanationRafael Garcia-Suarez2004-10-191-0/+1
|
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-194-15/+168
| | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file.
* really fix typo (ie revert gtknew() patch)Pascal Rigaux2004-10-191-74/+67
|
* no need to set $::o->{locale} anymorePascal Rigaux2004-10-191-3/+0
| | | | | (it was introduced in 1.172, maybe for create_box_with_title(), but doesn't seem useful anymore)
* fix typoPascal Rigaux2004-10-191-68/+75
|