Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add field {part_number} for partitions | Pascal Rigaux | 2004-09-20 | 10 | -28/+142 |
| | | | | | | | | | | | (handle it in subpart_from_wild_device_name(), partition_table::read()) - create migrate_device_names() to handle the change of device names when changing kernel&modules (eg: hde->hda or hda->sda) - change prototype of install_any::use_root_part() (prefix is dropped, optional $in is added) - create fs::type::can_be_this_fs_type() and use it - create devices::part_number() and devices::part_prefix() and use them | ||||
* | do not write config two times for lan connections | Olivier Blin | 2004-09-20 | 1 | -2/+1 |
| | |||||
* | more zeroconf fixes (zcip isn't a service, stop tmdns service if | Olivier Blin | 2004-09-20 | 1 | -5/+7 |
| | | | | | zeroconf is disabled, check tmdns init file in prefix/etc) | ||||
* | Remove no longer necessary hack. | Rafael Garcia-Suarez | 2004-09-20 | 1 | -7/+0 |
| | |||||
* | move "Start at boot" step for lan-like adsl/cable connections | Olivier Blin | 2004-09-20 | 1 | -2/+4 |
| | |||||
* | (add_device_wizard) default to automatic detection | Thierry Vignaud | 2004-09-20 | 1 | -1/+1 |
| | |||||
* | remove connection time timer if connection fails (fix #11590) | Olivier Blin | 2004-09-20 | 1 | -1/+3 |
| | |||||
* | (adsl_conf_backend) use avmadsl option for capi cards to use settings | Olivier Blin | 2004-09-20 | 1 | -1/+1 |
| | | | | | generated by drdsl | ||||
* | - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵ | Pascal Rigaux | 2004-09-20 | 6 | -9/+22 |
| | | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm | ||||
* | try to get geometry from EDD | Pascal Rigaux | 2004-09-17 | 3 | -6/+67 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-09-17 | 1 | -1/+1 |
| | |||||
* | (configureNetwork2) really enable zeroconf if zeroconf is requested | Olivier Blin | 2004-09-17 | 1 | -1/+5 |
| | |||||
* | (configureNetwork2) write blank zeroconf hostname if zeroconf is | Olivier Blin | 2004-09-17 | 1 | -1/+2 |
| | | | | | disabled, else drakconnect will assume it is enabled | ||||
* | (configureNetwork2) use services do disable zeroconf, do not disable | Olivier Blin | 2004-09-17 | 1 | -1/+5 |
| | | | | | if it doesn't exist (to avoid warnings in console) | ||||
* | remove debug message :-) | Thierry Vignaud | 2004-09-17 | 1 | -2/+0 |
| | |||||
* | refresh UPS list when adding a new UPS though the add wizard | Thierry Vignaud | 2004-09-17 | 1 | -3/+11 |
| | |||||
* | (add_device_wizard) fix automatically detect/add an UPS | Thierry Vignaud | 2004-09-17 | 1 | -0/+1 |
| | |||||
* | install NUT for "American Power Conversion|Back-UPS Pro 500" too | Thierry Vignaud | 2004-09-17 | 1 | -1/+1 |
| | |||||
* | 10.1-10mdk | Thierry Vignaud | 2004-09-17 | 1 | -1/+18 |
| | |||||
* | update iftab when new ethernet devices are detected | Olivier Blin | 2004-09-17 | 1 | -0/+1 |
| | |||||
* | probe firewire and pcmcia network devices too | Olivier Blin | 2004-09-17 | 1 | -1/+1 |
| | |||||
* | (configure_eth_aliases) don't write aliases for pcmcia cards but | Olivier Blin | 2004-09-17 | 1 | -1/+7 |
| | | | | | | | remove them, or else the pcmcia service won't be started correctly (the ethernet module being loaded, pcmcia_core would be loaded too, and the pcmcia service would think it is already started ...) | ||||
* | (configure_eth_aliases) kill code that can't do anything good | Olivier Blin | 2004-09-17 | 1 | -1/+0 |
| | | | | | (remove_alias isn't intended to be used with the module name) | ||||
* | (adsl_conf_backend) make sure the speedtch kernel module won't be hidden | Olivier Blin | 2004-09-17 | 1 | -1/+3 |
| | |||||
* | don't support all slmodem cards, our agreement forbid it :-/ | Olivier Blin | 2004-09-16 | 1 | -1/+2 |
| | |||||
* | add as a comment the "convert" command | Pascal Rigaux | 2004-09-16 | 1 | -0/+2 |
| | |||||
* | Kludgy fix for bug 11558 : sometimes when restarting the installer at the | Rafael Garcia-Suarez | 2004-09-16 | 2 | -11/+21 |
| | | | | | | step where partitions are read, it'll be needed to reaload the rpmsrate and compssUsers.pl to avoid a crash a bit later. | ||||
* | (add_device_wizard) fix device list in wizard | Thierry Vignaud | 2004-09-16 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-09-16 | 1 | -7/+7 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-09-16 | 1 | -1127/+1112 |
| | |||||
* | C3 has "cpu family" == 6, so now also checking that cmov flag is available ↵ | Pascal Rigaux | 2004-09-16 | 1 | -1/+3 |
| | | | | to say we have a i686 | ||||
* | do not install isdn-light, it's unused, unsupported, and breaks | Olivier Blin | 2004-09-16 | 1 | -1/+1 |
| | | | | | isdn4net | ||||
* | (read_all_conf) use network::tools to probe connection type | Olivier Blin | 2004-09-16 | 1 | -1/+3 |
| | |||||
* | fixed typo (no spaces before question marks in English) | Pablo Saratxaga | 2004-09-16 | 1 | -1/+1 |
| | |||||
* | Better retry on error handling for supplementary media | Rafael Garcia-Suarez | 2004-09-16 | 1 | -2/+3 |
| | |||||
* | Include locale.pm in the install, since ugtk2 now uses it. | Rafael Garcia-Suarez | 2004-09-16 | 1 | -0/+1 |
| | |||||
* | image generated using draksplash2+ImageMagick with treedepth=6 | Pascal Rigaux | 2004-09-16 | 1 | -0/+0 |
| | |||||
* | imagemagick can do what gimp can't: reduce the number of colors while using ↵ | Pascal Rigaux | 2004-09-16 | 1 | -1/+1 |
| | | | | a fixed treedepth different than 24bpp (we want 6*3 = 18bpp) | ||||
* | stop capi service before new config is written so that capiinit can unload ↵ | Olivier Blin | 2004-09-16 | 2 | -2/+5 |
| | | | | the old driver | ||||
* | do not ask "capidrv or capidrv ?" ... | Olivier Blin | 2004-09-16 | 1 | -1/+2 |
| | |||||
* | reindexed isolinux-graphic.bmp and update parameters | Florent Villard | 2004-09-16 | 2 | -1/+1 |
| | |||||
* | display the stepping effect | Pascal Rigaux | 2004-09-16 | 1 | -8/+12 |
| | |||||
* | update (it only sorts entries, will help future diff) | Pascal Rigaux | 2004-09-16 | 1 | -5/+5 |
| | |||||
* | make isdn over capi work again | Olivier Blin | 2004-09-16 | 2 | -6/+4 |
| | |||||
* | on a test here, a "Server died" occured whereas the server is running. | Pascal Rigaux | 2004-09-16 | 1 | -1/+8 |
| | | | | | i think it can occur if the server is in fact not even started. Trying to handle this case | ||||
* | (getBewan) use more permissive regexp for PCI modem, description in | Olivier Blin | 2004-09-15 | 1 | -1/+1 |
| | | | | | pcitable may change | ||||
* | install unicorn-kernel package if available | Olivier Blin | 2004-09-15 | 1 | -1/+3 |
| | |||||
* | add dkms-minimal in INSTALL | Florent Villard | 2004-09-15 | 1 | -1/+1 |
| | |||||
* | (get_text_coord) fix wrapping for CJ when mixed with english strings | Thierry Vignaud | 2004-09-15 | 1 | -1/+2 |
| | | | | | (eg: cuted "Mandrakesoft" word) | ||||
* | (interactive_mode_box) better make parameter optionnal | Thierry Vignaud | 2004-09-15 | 1 | -7/+7 |
| |