summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Pascal Rigaux2002-08-271-1/+115
|
* - create lvms() which contains what was in hds()Pascal Rigaux2002-08-271-95/+113
| | | | | | | | | | | | - create get_hds() which handle errors when calling hds() - remove commented obsolete code - read_partitions is now read_proc_partitions_raw - readProcPartitions is now read_proc_partitions - read_proc_partitions use fake {start}s so that the empty space is computed ok by get_normal_parts_and_holes - verifyHds doesn't exist anymore - part of it is in hds() using compare_with_proc_partitions() and use_proc_partitions() - part of it is in install_any::getHds
* remove/simplify error hanling (most of it is moved to fsedit.pm)Pascal Rigaux2002-08-272-40/+8
|
* set {prefix} for rd/ida/cciss/... (instead of doing it in fsedit::hds)Pascal Rigaux2002-08-271-4/+5
|
* - do not handle clearall in read()Pascal Rigaux2002-08-271-6/+3
| | | | | - ensure not partition table in written when "readonly" (it must not happen, but just in case)
* (test_for_bad_drives): classify error messages (either read, write or ↵Pascal Rigaux2002-08-271-5/+6
| | | | something-else)
* handle "readonly" per hdsPascal Rigaux2002-08-271-9/+20
|
* nicer error message when no devices are available (esp. for standalone)Pascal Rigaux2002-08-271-1/+1
|
* use the new fsedit::get_hdsPascal Rigaux2002-08-272-2/+2
|
* use function fsedit::get_hds which handles errorsPascal Rigaux2002-08-271-13/+1
|
* handle "readonly" flag per hard drives instead of a global onePascal Rigaux2002-08-271-12/+14
|
* catalog restore via HD, CD, tape & networkStew Benedict2002-08-271-30/+231
|
* *** empty log message ***Damien Chaumette2002-08-272-3/+3
|
* set password2 to password so that upgrading bootloader with an existing ↵Pascal Rigaux2002-08-271-0/+1
| | | | password works (thanks to Aleksander Adamowski)
* - Bug fix: s/detect_devices::getSNMPModel/printer::getSNMPModel/Till Kamppeter2002-08-271-5/+6
| | | | | - Added support for the photo card reader in the HP PSC 2200 series.
* display a warning message about packages to remove.Francois Pons2002-08-271-0/+1
|
* added warn about packages to remove.Francois Pons2002-08-271-0/+13
|
* restore real distrution version used.Francois Pons2002-08-271-2/+1
|
* Make number of MB to install in first time dialog changeable withoutTill Kamppeter2002-08-271-1/+1
| | | | | breaking the translations.
* - new 'previous' button bug fixDamien Chaumette2002-08-271-2/+2
|
* *** empty log message ***Pascal Rigaux2002-08-271-0/+2
|
* - add ",*-r-*" in wizard fontsetPascal Rigaux2002-08-271-1/+1
| | | | | - i18n the fontset
* add ntools and ctools in %high_security_groupsPascal Rigaux2002-08-271-0/+2
|
* Set default text margins to half an inch and default size for imagesTill Kamppeter2002-08-271-0/+32
| | | | | to be printed to the full page.
* Button to close Printerdrake shows "Done" during installation and in MCC and ↵Till Kamppeter2002-08-261-1/+2
| | | | "Quit" in standalone mode.
* - Ask user whether he really wants to set up printing when he starts ↵Till Kamppeter2002-08-262-35/+151
| | | | | | | Printerdrake for the first time. - Added titles ("Printerdrake") to all wait messages.
* *** empty log message ***Pascal Rigaux2002-08-261-1/+275
|
* correctly handle empty and commented lines in lilo.confPascal Rigaux2002-08-261-1/+2
|
* fix 2 occurences of use of $monitors as a hash (thanks to Nora Etukudo)Pascal Rigaux2002-08-261-3/+2
|
* create /dev/usbmouse symlink for non devfs usePascal Rigaux2002-08-261-2/+5
|
* dev_is_devfs always return false during installPascal Rigaux2002-08-261-1/+1
|
* Now console fonts (at least those used by DrakX) include an sfm map;Pablo Saratxaga2002-08-261-18/+14
| | | | | no need to provide one.
* - fix previous button behavior in Proxies configurationDamien Chaumette2002-08-261-2/+1
|
* Dialog for printing test pages: Unmark all test pages when "No testTill Kamppeter2002-08-262-9/+79
| | | | | | | pages" is marked. Accelerated printing of the photo test page when CUPS is the spooler, the internal image converter of CUPS is faster than ImageMagick.
* avoid using serial_probe on non terminal device (ttyxx or ttySxx).Francois Pons2002-08-261-2/+6
|
* (prepare_write_fstab): use mkdir_p instead of mkdir to handle mount points ↵Pascal Rigaux2002-08-261-1/+1
| | | | like /mnt/foo/bar (bug reported by David Eastcott)
* fix deleting previous report.bug when upgradingPascal Rigaux2002-08-261-3/+3
|
* revert (not needed by gnome-panel)Pascal Rigaux2002-08-261-3/+3
|
* move modules::write_pcmcia before install packagesPascal Rigaux2002-08-261-3/+3
|
* ensure net_interface is found in any casePascal Rigaux2002-08-261-1/+1
|
* small fix (ta->ta_IN)Pablo Saratxaga2002-08-261-1/+1
|
* increase maxsize for / (partitioning with /usr) since it contains /tmp and ↵Pascal Rigaux2002-08-261-1/+1
| | | | /opt (as requested by Arnaud de Lorbeau)
* autoselection of tamil fonts when tamil locale is chosenPablo Saratxaga2002-08-261-0/+1
|
* Hide buttons to choose network printer auto-detection in the add printer ↵Till Kamppeter2002-08-261-27/+55
| | | | | | | wizard when there is no local network (recommended mode). Let "samba-client" only be installed when really needed.
* fixe explanation useThierry Vignaud2002-08-251-1/+1
|
* - Suggest "OpenOffice.org" instead of "openoffice"Gwenolé Beauchesne2002-08-251-1/+2
| | | | | - First attempt to get localized installations of OOo
* ichanged kde default fonts to match what we shipPablo Saratxaga2002-08-241-1/+1
|
* Let command line tools for network scanning run under "chroot $refix", ↵Till Kamppeter2002-08-243-245/+251
| | | | | | | otherwise they take ages during installation. Moved network scanning functions from "detect_devices.pm" to "printer.pm" so that they have access to the "$prefix" variable.
* combine file browser subs into generic routineStew Benedict2002-08-231-196/+333
| | | | | catalog restore - check restore media params - verify media
* 20mdk:Thierry Vignaud2002-08-232-3/+7
| | | | | | | | | - florin fixes for firewalling - check that alternative is unknown, not the current driver, before saying that there's no alternative. anyway, our only caller cannot get there's with a current unknown driver since he only try listed/know drivers ....