Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restrict the wait message (so that it's dead when an error message is displayed) | Pascal Rigaux | 2004-08-18 | 1 | -3/+4 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | fix typos | Pascal Rigaux | 2004-08-18 | 1 | -3/+3 |
| | |||||
* | - any::setupBootloader() used to call bootloader::install() whereas ↵ | Pascal Rigaux | 2004-08-18 | 3 | -37/+33 |
| | | | | | | | install_steps_interactive::setupBootloader() could call it once again (but this code seems dead though) - create any::installBootloader() out of what was done in the end of any::setupBootloader() but also in install_steps_interactive and drakboot (which handled the error that could occur in bootloader::install()) | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | force ACPI on a laptop with recent bios | Pascal Rigaux | 2004-08-18 | 1 | -5/+10 |
| | |||||
* | add PCMCIA controllers class | Thierry Vignaud | 2004-08-18 | 1 | -0/+13 |
| | |||||
* | create install_acpi_pkgs() and use it for auto_installs | Pascal Rigaux | 2004-08-18 | 2 | -6/+13 |
| | |||||
* | use dmidecode to detect isLaptop() | Pascal Rigaux | 2004-08-18 | 1 | -1/+26 |
| | |||||
* | Getopt::Long is now faked | Pascal Rigaux | 2004-08-18 | 1 | -1/+0 |
| | |||||
* | use network::ethernet::get_eth_categories in ethernet detector | Olivier Blin | 2004-08-18 | 1 | -1/+2 |
| | |||||
* | fix titi sux, fix I sux | Olivier Blin | 2004-08-17 | 1 | -3/+3 |
| | |||||
* | use network::tools::get_internet_connection | Olivier Blin | 2004-08-17 | 1 | -16/+13 |
| | |||||
* | get rid off the 'ifcfg-Manually load a driver' file ... | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | add new functions to make internet connection tests easier | Olivier Blin | 2004-08-17 | 1 | -0/+76 |
| | |||||
* | drop network::tools::reread_net_conf | Olivier Blin | 2004-08-17 | 1 | -6/+0 |
| | |||||
* | use network::ethernet::get_eth_categories() when needed | Olivier Blin | 2004-08-17 | 3 | -5/+9 |
| | |||||
* | add network::ethernet::get_eth_categories | Olivier Blin | 2004-08-17 | 1 | -0/+4 |
| | |||||
* | (easy_dhcp) probe all network sub categories | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | drop network::ethernet::conf_network_card_backend | Olivier Blin | 2004-08-17 | 1 | -37/+0 |
| | |||||
* | (easy_dhcp) don't use network::ethernet::conf_network_card_backend | Olivier Blin | 2004-08-17 | 1 | -4/+10 |
| | |||||
* | (easy_dhcp) sort devices and keep only eth[0-9]+ devices | Olivier Blin | 2004-08-17 | 1 | -4/+4 |
| | |||||
* | (conf_network_card_backend) set NET_INTERFACE too | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | (easy_dhcp) allow configured interface not to be eth0 and make sure it | Olivier Blin | 2004-08-17 | 1 | -4/+6 |
| | | | | | uses ethernet | ||||
* | (write_interface_conf) use unspec descriptor in iftab if link isn't ether | Olivier Blin | 2004-08-17 | 1 | -2/+3 |
| | |||||
* | fix sagem pty quoting | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | lang::list() is unused, dropping it | Pascal Rigaux | 2004-08-17 | 1 | -9/+0 |
| | |||||
* | sagem: don't run pppoa if the ethernet interface isn't created and use | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | | | | | | | a reduced timeout (1 second) so that boot doesn't take forever if modem can't be synchronized (maxfail * timeout was equal to 25 minutes) | ||||
* | - don't generate locales.tar.bz2, do the same directly (since it's now quite ↵ | Pascal Rigaux | 2004-08-17 | 6 | -71/+18 |
| | | | | | | | simple) - when using ramdisk, we now have all the locales, no need to handle it specially | ||||
* | (category2modules) allow 'category/*', to use all sub categories | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | don't remove /usr/share/locale anymore, we use the same locale for all langs | Pascal Rigaux | 2004-08-17 | 1 | -6/+0 |
| | |||||
* | cleanly handle the case when {pt_type} is 0 | Pascal Rigaux | 2004-08-17 | 1 | -1/+2 |
| | |||||
* | - fix short label with extension. eg: have "linux-smp" instead of "linuxsmp" | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
| | | | | | - this fixes choosing the default specialised kernel | ||||
* | (easy_dhcp) handle pcmci card too | Thierry Vignaud | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | add network/firewire class | Thierry Vignaud | 2004-08-17 | 1 | -0/+1 |
| | |||||
* | eth1394 isn't a disc module | Thierry Vignaud | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | revert my last bad commit | Nicolas Planel | 2004-08-17 | 1 | -7/+102 |
| | |||||
* | $::corporate is dead | Pascal Rigaux | 2004-08-17 | 3 | -6/+3 |
| | |||||
* | rework smp-dmi, add dmi memory detection suppport | Nicolas Planel | 2004-08-17 | 2 | -145/+115 |
| | |||||
* | 10.1-0.9mdk | Thierry Vignaud | 2004-08-17 | 1 | -1/+26 |
| | |||||
* | fix suckiness (write proper iftab) | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | fix rpmsrate regarding s2u | Thierry Vignaud | 2004-08-17 | 1 | -1/+0 |
| | |||||
* | Display the list of media already taken into accounts when asking for | Rafael Garcia-Suarez | 2004-08-17 | 1 | -5/+12 |
| | | | | | supplementary media | ||||
* | add release notes during install of packages | Pascal Rigaux | 2004-08-17 | 1 | -10/+29 |
| | |||||
* | get release_notes at beginning of ↵ | Pascal Rigaux | 2004-08-17 | 2 | -1/+8 |
| | | | | install_steps_interactive::acceptLicense(), even when useless_thing_accepted | ||||
* | better error handling | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | remove dead code | Pascal Rigaux | 2004-08-17 | 1 | -4/+1 |
| | |||||
* | fix getting the kernel version, it's now much simpler and works in any case ↵ | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
| | | | | (hopefully!) | ||||
* | perl_checker fix | Rafael Garcia-Suarez | 2004-08-17 | 1 | -2/+2 |
| | |||||
* | Supplementary cd-roms don't need to have a rpmsrate / compssUsers.pl | Rafael Garcia-Suarez | 2004-08-17 | 1 | -4/+7 |
| |