Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (dmidecode) provide more fields | Thierry Vignaud | 2004-11-02 | 1 | -0/+1 |
| | |||||
* | (computer_info) simplify | Thierry Vignaud | 2004-11-02 | 1 | -3/+1 |
| | |||||
* | (setupBootloaderBefore) dmidecode() was renamed as computer_info() | Thierry Vignaud | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | (dmidecode) handle multiple devices with same name | Thierry Vignaud | 2004-11-02 | 1 | -10/+15 |
| | | | | | (computer_info) split it out of dmidecode() | ||||
* | Anthill #1134 - advise user about anacron. | Stew Benedict | 2004-10-29 | 1 | -3/+2 |
| | |||||
* | support Philips Semiconductors DSL card | Olivier Blin | 2004-10-28 | 1 | -0/+8 |
| | |||||
* | bump buildrequires on ldetect and requires on ldetect-lst so that | Thierry Vignaud | 2004-10-28 | 1 | -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-enterprise | Gwenolé Beauchesne | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | (getUPS) fix again MGE USB UPSes | Thierry Vignaud | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | warn about created partition with a given mount point but not formatted | Pascal Rigaux | 2004-10-27 | 1 | -0/+5 |
| | |||||
* | use ToggleButton instead of Button so that selected partition is visually ↵ | Pascal Rigaux | 2004-10-27 | 1 | -5/+18 |
| | | | | toggled | ||||
* | (mapIntfToDevice) do not try to match usb devices since ldetect doesn't return | Thierry Vignaud | 2004-10-27 | 1 | -0/+1 |
| | | | | | enough data (thus fixing 9box string) | ||||
* | since we need mdadm, ensure we have it (bugzilla #12146) | Pascal Rigaux | 2004-10-27 | 2 | -0/+6 |
| | |||||
* | - handle setting memsize mem= kernel parameter in a special function | Pascal Rigaux | 2004-10-27 | 2 | -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 Rigaux | 2004-10-27 | 3 | -56/+65 |
| | | | | {get,set}_append_simple() | ||||
* | many kernel parameters alike "console=tty0 console=ttyS0,57600" can take | Pascal Rigaux | 2004-10-27 | 1 | -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 code | Pascal Rigaux | 2004-10-27 | 1 | -2/+0 |
| | |||||
* | nicer | Pascal Rigaux | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | modifying $e->{append} is useless since we override it with $append | Pascal Rigaux | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | detectloader must handle specially raid-extra-boot=mbr-only (bugzilla #12089) | Pascal Rigaux | 2004-10-26 | 5 | -10/+25 |
| | |||||
* | do not try to run killall until it has been installed | Thierry Vignaud | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | run grub chrooted | Gwenolé Beauchesne | 2004-10-26 | 1 | -3/+1 |
| | |||||
* | older partition types (ntfs) are also available to x86_64 | Gwenolé Beauchesne | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | add 'synaptics' module so that testing works | Gwenolé Beauchesne | 2004-10-26 | 1 | -0/+1 |
| | |||||
* | do not use die when forked, use log::l + c::_exit instead | Pascal Rigaux | 2004-10-26 | 1 | -6/+9 |
| | |||||
* | newly created raids must have a fs_type (this was dropped in rev 1.45, it ↵ | Pascal Rigaux | 2004-10-26 | 1 | -0/+1 |
| | | | | was an error) | ||||
* | help perl_checker | Pascal Rigaux | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | Remove spurious "my" | Rafael Garcia-Suarez | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | in upgrade, when we need to migrate device names, we must write the fstab | Pascal Rigaux | 2004-10-26 | 3 | -3/+6 |
| | |||||
* | configure sshd to use PAM when needed (sshd config file is modified, but i ↵ | Pascal Rigaux | 2004-10-26 | 1 | -0/+14 |
| | | | | did not test more) | ||||
* | remove trailing slashes | Rafael Garcia-Suarez | 2004-10-21 | 1 | -0/+1 |
| | |||||
* | Repair FTP supplementary media with overriding of rpmsrate and compssUsers.pl | Rafael Garcia-Suarez | 2004-10-19 | 1 | -2/+7 |
| | |||||
* | There are mirrors in many new countries now. (and sort the list) | Rafael Garcia-Suarez | 2004-10-19 | 1 | -5/+10 |
| | |||||
* | This deserves an explanation | Rafael Garcia-Suarez | 2004-10-19 | 1 | -0/+1 |
| | |||||
* | Installation with a ftp supplementary media (for mini-isos) : | Rafael Garcia-Suarez | 2004-10-19 | 4 | -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 Rigaux | 2004-10-19 | 1 | -74/+67 |
| | |||||
* | no need to set $::o->{locale} anymore | Pascal Rigaux | 2004-10-19 | 1 | -3/+0 |
| | | | | | (it was introduced in 1.172, maybe for create_box_with_title(), but doesn't seem useful anymore) | ||||
* | fix typo | Pascal Rigaux | 2004-10-19 | 1 | -68/+75 |
| | |||||
* | simplify | Pascal Rigaux | 2004-10-19 | 1 | -5/+4 |
| | |||||
* | - perl_checker fixes | Daouda Lo | 2004-10-19 | 1 | -8/+4 |
| | |||||
* | - don't hardcore distroname | Daouda Lo | 2004-10-19 | 1 | -3/+9 |
| | | | | | | - don't trigger help system when mandrake-doc-common is not installed - don't trigger bug report in oem mode | ||||
* | - don't trigger help system when mandrake-doc-common is not installed | Daouda Lo | 2004-10-19 | 1 | -2/+6 |
| | | | | | - don't trigger bug report in oem mode | ||||
* | - don't hardcode distro name (usefull for oem to change the distro | Daouda Lo | 2004-10-19 | 1 | -2/+4 |
| | | | | | name at only one place) | ||||
* | (update) do not re-select the default interface every 5 seconds | Olivier Blin | 2004-10-16 | 1 | -5/+8 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | cleanup thanks to perl_checker | Pascal Rigaux | 2004-10-15 | 2 | -5/+9 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2004-10-15 | 1 | -1/+1 |
| | |||||
* | add /sbin/lvm2 to the rescue | Pascal Rigaux | 2004-10-14 | 1 | -0/+1 |
| | |||||
* | create /dev/md* devices in rescue | Pascal Rigaux | 2004-10-14 | 1 | -0/+1 |
| | |||||
* | no need to run vgscan and vgchange in standalone | Pascal Rigaux | 2004-10-14 | 1 | -2/+4 |
| | | | | | (nb: /etc/lvmtab is no more used, so i also dropped that check) |