Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /etc/termcap is needed for perl debugging | Pascal Rigaux | 2005-05-26 | 1 | -0/+1 |
| | |||||
* | - add stuff to enable perl debugging when DEBUG_INSTALL is set | Pascal Rigaux | 2005-05-26 | 1 | -1/+19 |
| | | | | | - ash is now a symlink, add bsh | ||||
* | /dev/tty is needed to debug stage2 | Pascal Rigaux | 2005-05-26 | 1 | -0/+1 |
| | |||||
* | More refactorisation | Rafael Garcia-Suarez | 2005-05-26 | 5 | -20/+14 |
| | |||||
* | Mark an argument as optional | Rafael Garcia-Suarez | 2005-05-25 | 1 | -5/+5 |
| | |||||
* | Begin refactorization of install medium handling code | Rafael Garcia-Suarez | 2005-05-25 | 5 | -70/+132 |
| | |||||
* | fix broken hd | Thierry Vignaud | 2005-05-25 | 1 | -0/+127 |
| | |||||
* | unmount partitions even when failled | Thierry Vignaud | 2005-05-25 | 1 | -4/+22 |
| | |||||
* | display message earlier | Thierry Vignaud | 2005-05-25 | 1 | -1/+1 |
| | |||||
* | on restoration, tell which one is the packages partition when found | Thierry Vignaud | 2005-05-25 | 1 | -0/+1 |
| | |||||
* | nicely tell that the restoration is completed | Thierry Vignaud | 2005-05-25 | 1 | -0/+2 |
| | |||||
* | use newly introduced my_exit() in order to display better messages | Thierry Vignaud | 2005-05-25 | 1 | -3/+5 |
| | |||||
* | (my_exit) introduce it for smoother messages | Thierry Vignaud | 2005-05-25 | 1 | -0/+10 |
| | |||||
* | handle smoothly packages partition with multiple kernel packages | Thierry Vignaud | 2005-05-25 | 1 | -2/+2 |
| | |||||
* | fix fs checking prior to restoration, thus handling restoration on | Thierry Vignaud | 2005-05-25 | 1 | -0/+5 |
| | | | | | fscked hard disks | ||||
* | when we format the root fs prior to restoring the hd, set back the | Thierry Vignaud | 2005-05-25 | 1 | -1/+1 |
| | | | | | | label on the fs so that we can handle an aborted restoration (power outrage, ...) | ||||
* | factorize some code through find_partition() | Thierry Vignaud | 2005-05-25 | 1 | -2/+7 |
| | |||||
* | rollback clean_rpmsrate's changes | Thierry Vignaud | 2005-05-25 | 1 | -42/+43 |
| | |||||
* | install both as10k1 and ld10k1 for both snd-emu10k1 and snd-emu10k1x | Thierry Vignaud | 2005-05-25 | 1 | -45/+43 |
| | | | | | driven sound cards | ||||
* | melo | José Jorge | 2005-05-25 | 1 | -409/+177 |
| | |||||
* | let user call drakroam (#16019) | Olivier Blin | 2005-05-25 | 1 | -1/+2 |
| | |||||
* | use if_() | Olivier Blin | 2005-05-25 | 1 | -1/+1 |
| | |||||
* | 10.3-0.17mdk | Thierry Vignaud | 2005-05-24 | 1 | -1/+10 |
| | |||||
* | - wizardify | Olivier Blin | 2005-05-24 | 1 | -489/+354 |
| | | | | | | | - allow not to enable DNS, dhcpd and proxy servers - allow not to enable CUPS broadcast - use @IF (network interface) instead of network address in CUPS configuration | ||||
* | initial import, move read_dhcpd_conf() from network::network and split ↵ | Olivier Blin | 2005-05-24 | 1 | -0/+51 |
| | | | | write_dhcpd_conf() from drakgw | ||||
* | initial import, move read_squid_conf() from network::network and split ↵ | Olivier Blin | 2005-05-24 | 1 | -0/+73 |
| | | | | write_squid_conf() from drakgw | ||||
* | remove unneeded trick since network::network always update NETWORK and | Olivier Blin | 2005-05-24 | 1 | -2/+0 |
| | | | | | BROADCAST now | ||||
* | - move read_dhcpd_conf() in network::dhcpd | Olivier Blin | 2005-05-24 | 1 | -28/+10 |
| | | | | | | - move read_squid_conf() in network::squid - create update_broadcast_and_network() and force NETWORK and BROADCAST variables update | ||||
* | - split warning out of check_iptables() | Olivier Blin | 2005-05-24 | 1 | -53/+27 |
| | | | | | | | | | - get_default_device() -> get_ifcfg_interface() - get_net_device() -> get_shorewall_interface() - create ask_shorewall_interface() out of default_interfaces() - create read_default_interfaces() to replace default_interfaces() and default_interfaces_silent() - use services::set_status() in write() | ||||
* | - introduce set_status(), restart_or_start() and service_exists() | Olivier Blin | 2005-05-24 | 1 | -18/+33 |
| | | | | | - cleanups (use run_program success status) | ||||
* | Modernize, remove old code | Rafael Garcia-Suarez | 2005-05-24 | 1 | -9/+8 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | list sb16_csp only once | Thierry Vignaud | 2005-05-24 | 1 | -2/+3 |
| | |||||
* | fix return code when chroot can't be done | Olivier Blin | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | ensure {needToCopy} is not dropped when calling read_rpmsrate() more than once | Pascal Rigaux | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | use mousedrake to configure tablets & touchscreens | Thierry Vignaud | 2005-05-23 | 1 | -0/+1 |
| | |||||
* | install sb16_csp for SB sound cards | Thierry Vignaud | 2005-05-23 | 1 | -2/+2 |
| | |||||
* | install ld10k1 for snd-emu10k1 and snd-emu10k1x | Thierry Vignaud | 2005-05-23 | 1 | -1/+2 |
| | |||||
* | install hdspconf for snd-hdsp | Thierry Vignaud | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernels | Pascal Rigaux | 2005-05-23 | 5 | -37/+49 |
| | | | | | | - remove old compatability code - add some doc in update_kernel | ||||
* | typo fix (blino) | Thierry Vignaud | 2005-05-23 | 1 | -2/+2 |
| | |||||
* | finish moving from list to list.xml | Pascal Rigaux | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2005-05-23 | 1 | -1/+1294 |
| | |||||
* | Updated simplified Chinese translation. | Funda Wang | 2005-05-22 | 1 | -145/+5 |
| | |||||
* | undo breakage | Thierry Vignaud | 2005-05-22 | 77 | -956/+956 |
| | |||||
* | 10.3-0.16mdk | Thierry Vignaud | 2005-05-22 | 1 | -1/+7 |
| | |||||
* | add new sata_sil24 SATA driver | Thierry Vignaud | 2005-05-22 | 1 | -1/+1 |
| | |||||
* | ensure that explanations go into /var/log/explanations is standalone | Thierry Vignaud | 2005-05-22 | 1 | -13/+13 |
| | | | | | mode (log::explanations() just calls log::l() at install time) | ||||
* | (libgl_config) only run ldconfig if needed (aka only if GL config was altered) | Thierry Vignaud | 2005-05-22 | 1 | -4/+13 |
| | |||||
* | fix canceling managment in text mode | Thierry Vignaud | 2005-05-22 | 1 | -2/+2 |
| |