summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add feature "allow_empty_list" for "list" entries (disables the special ↵Pascal Rigaux2002-01-221-2/+3
| | | | cases for 0 and 1 element lists)
* fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook)Pascal Rigaux2002-01-222-35/+15
|
* - fix default not being formatted like labels for liloPascal Rigaux2002-01-222-4/+11
| | | | | | - check the label is not already used *case-sensitively* - check a kernel_or_dev is given
* remove unused auto_win_extended stuffPascal Rigaux2002-01-221-4/+2
|
* yet again better error reportingPascal Rigaux2002-01-222-5/+6
|
* handle extended partitions with no partitions inside (esp. for the first ↵Pascal Rigaux2002-01-221-17/+33
| | | | hda5 & windows XP)
* cleanup error messages (and fix diskdrake's)Pascal Rigaux2002-01-223-5/+9
|
* improved widget_iconsdamien2002-01-221-9/+6
|
* defaults to ext3 instead of ext2Pascal Rigaux2002-01-223-11/+11
|
* added net_cnx_pg output when configuring network in auto installdamien2002-01-221-0/+1
|
* changed code to build synthesis file, check if they have not already been copiedFrancois Pons2002-01-221-3/+7
| | | | | from mirror, or build them using parsehdlist.
* added support to save already existing synthesis file.Francois Pons2002-01-221-0/+2
|
* *** empty log message ***Pascal Rigaux2002-01-221-0/+39
|
* better messages for the minimal installsPascal Rigaux2002-01-221-13/+17
|
* move mandrake-mime from SYSTEM to XPascal Rigaux2002-01-221-2/+2
|
* lower sndconfigPascal Rigaux2002-01-221-2/+2
|
* fix a few cancel's (reported by slegros)Pascal Rigaux2002-01-223-10/+17
|
* add the new "mii" module to 'net_raw'Pascal Rigaux2002-01-221-0/+1
|
* don't ask security level in non-expertPascal Rigaux2002-01-221-1/+3
|
* exclude standalone from testingGuillaume Cottenceau2002-01-221-1/+1
|
* Really install gnome control center when installing GNOMEFrederic Crozat2002-01-221-3/+3
|
* added mem=nopentium for any Athlon or Duron processor.Francois Pons2002-01-221-0/+3
|
* *** empty log message ***Pascal Rigaux2002-01-211-0/+38
|
* hopefully better dialog box sizingPascal Rigaux2002-01-212-24/+45
|
* can't call any::config_libsafe so early during install, move it where msec ↵Pascal Rigaux2002-01-212-3/+1
| | | | is called
* quiet perl's warningPascal Rigaux2002-01-211-1/+1
|
* cleanup, update, enhance security level choicePascal Rigaux2002-01-213-69/+63
|
* remove deprecated msec groups addingPascal Rigaux2002-01-211-7/+0
|
* when creating users, add handling of xgrp/rpm/adm/wheel groups in high securityPascal Rigaux2002-01-211-2/+14
|
* fix advice about "usermod -G"Pascal Rigaux2002-01-211-1/+1
|
* cleanupPascal Rigaux2002-01-211-15/+7
|
* fixed network conf in auto installdamien2002-01-211-1/+16
|
* removed debug printdamien2002-01-211-8/+0
|
* icons widget improvment : icon placment, highlightingdamien2002-01-211-43/+64
|
* *** empty log message ***Pascal Rigaux2002-01-211-0/+46
|
* corrected network downdamien2002-01-211-3/+3
|
* fixed i18n bugsStefan Siegel2002-01-211-3/+3
|
* """ When I choose a / partition smaller than 200 MB, the installationPascal Rigaux2002-01-211-0/+6
| | | | | | | | | | gives me an error message complaining that my system does not have enough free space for the installation, although basesystem install require less than 100 MB. """ up to around 250MB, minimal install is chosen. questions are: base system only, or no X, or normal.
* new ugly icondamien2002-01-211-0/+0
|
* updated pot filePablo Saratxaga2002-01-213-2907/+3212
|
* add helvR12_iso15Pascal Rigaux2002-01-211-0/+0
|
* *** empty log message ***Pascal Rigaux2002-01-201-0/+72
|
* call msec with run_commands=0 to fix the network reloading (causing various ↵Pascal Rigaux2002-01-201-1/+1
| | | | problems, esp. "Net::FTP: Timeout" at X config step)
* added Italy (time.ien.it) inYves Duret2002-01-201-0/+1
|
* sorry, _("$_") is not allowedGuillaume Cottenceau2002-01-201-3/+3
|
* Replaced USB printer auto-detection by a more reliable method.Till Kamppeter2002-01-191-10/+51
|
* Rework English syntax in drakbackup - hopefully I've got the intent correct ;^)Stew Benedict2002-01-191-111/+111
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-1822-24/+195
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* - move 'use standalone' up to comply to 'explanations'Guillaume Cottenceau2002-01-181-28/+41
| | | | | | - write higher-level 'explanations' - small fix, s/`ls ..`/glob(..)/
* - move 'use standalone' up to comply to 'explanations'Guillaume Cottenceau2002-01-181-2/+8
| | | | | - fix a small english problem