summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ask for license agreement before doing anything elseThierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) in standalone mode, when license is rejected, just rebootThierry Vignaud2005-12-151-0/+2
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-152-31/+31
| | | | | it is availlable from within finish-install
* update (Yukiko Bando)Thierry Vignaud2005-12-151-10/+11
|
* update (Yukiko Bando)Thierry Vignaud2005-12-151-73/+80
|
* updated pot filePablo Saratxaga2005-12-1525-836/+1085
|
* updated pot filePablo Saratxaga2005-12-1546-1727/+2110
|
* reuse translation of "Next" button;Pablo Saratxaga2005-12-153-4/+5
| | | | | merged duplicate strings
* since we use utf8 in source code, say it explicitlyPascal Rigaux2005-12-151-0/+1
|
* fixed encoding to UTF-8Pablo Saratxaga2005-12-156-980/+992
|
* fix dropping sprintf_fixutf8 (i committed the wrong version...)Pascal Rigaux2005-12-151-1/+1
|
* - i had foolishly removed c::iconv whereas it was used still used by ↵Pascal Rigaux2005-12-157-15/+14
| | | | | | | | | | c::from_utf8 and c::to_utf8 - anyway, moving c::from_utf8 and c::to_utf8 to common::from_utf8 and common::to_utf8 - making them use Locale::gettext::iconv - Locale::gettext::iconv transform undef into standard charset (1.05-2mdk) - drop c::standard_charset (now unused)
* get rid of sprintf_fixutf8 which is no more needed with current perlPascal Rigaux2005-12-151-10/+3
| | | | | (it has been fixed long ago: before perl 5.8.3 (MDK10.0))
* Locale::gettext is not parsed correctlyPascal Rigaux2005-12-151-0/+1
|
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-157-23/+10
| | | | | | | instead of module c (that way we can also use dngettext, and it's more modular)
* c::iconv() is not used anymore (and if needed, there is ↵Pascal Rigaux2005-12-151-32/+0
| | | | Locale::gettext::iconv())
* - s/Windows.*/Microsoft Windows®/David Baudens2005-12-141-16/+16
| | | | | - don't say "press OK" when only a Previous or Next button is shown
* s/maintain/keep/David Baudens2005-12-141-1/+1
|
* Keyboards have an Enter key and not a Return keyDavid Baudens2005-12-141-1/+1
|
* move jfs and xfs in fs/local, so that they get included in stage1Olivier Blin2005-12-141-2/+2
|
* updated Galician filePablo Saratxaga2005-12-141-1435/+493
|
* fix handling absolute binary in chrootPascal Rigaux2005-12-141-2/+5
| | | | | (and add some comment about the usefulness of catching program not found early)
* package lsb is requiring many locales though we don't want it to be installedPascal Rigaux2005-12-131-2/+9
| | | | | | only if those many locales are chosen. So discarding those locales requires (bugzilla #20183)
* restore behaviour broken in commit 1.371 (nb: {lang} is not always set in ↵Pascal Rigaux2005-12-131-1/+1
| | | | {langs} at that time)
* Fix some instances of 100% cpu on combo-box 'changed' in "Advanced When".Stew Benedict2005-12-123-20/+86
| | | | | | Update drakbackup.conf man page with new options. Add drakbackup man page.
* UpdatedWilly Sudiarto Raharjo2005-12-091-4/+4
|
* Updatd POT file.Funda Wang2005-12-0871-15127/+16276
|
* fix default metric setting for wifi interfaces (thanks to Mickaël Le ↵Olivier Blin2005-12-082-5/+5
| | | | Baillif for pointing this out)
* rename sparsefs mount as loopfs, make it take loopback file size as option ↵Olivier Blin2005-12-071-29/+53
| | | | (pre_allocate), and add new predefined squash mounts
* add ndiswrapper in INSTALL section, commonly used for wireless cardsOlivier Blin2005-12-071-0/+1
|
* don't try to install an old library (that is anyway pulled by other packages)Olivier Blin2005-12-071-1/+1
|
* remove duplicated codeOlivier Blin2005-12-071-3/+0
|
* use syslinux -s, "safe, slow and stupid" version of SYSLINUXOlivier Blin2005-12-071-1/+2
|
* (bestKernelPackage) install i586 kernel flavor for live systemsThierry Vignaud2005-12-071-0/+1
|
* install nscd on laptopsFrederic Lepied2005-12-061-1/+1
|
* don't overwrite ONBOOT setting when writing adsl configurationOlivier Blin2005-12-061-1/+2
|
* https proxy support (#19666)Olivier Blin2005-12-051-9/+17
|
* make unicorn and madwifi tools package optionnalOlivier Blin2005-12-051-1/+4
|
* NVU is the new defaut Web editor in Mandriva LinuxDavid Baudens2005-12-051-4/+1
|
* *** empty log message ***Pascal Rigaux2005-12-051-0/+1118
|
* revert to cp_fOlivier Blin2005-12-051-1/+1
|
* add support for writable sparse loopbacksOlivier Blin2005-12-051-2/+19
|
* *** empty log message ***José Melo2005-12-051-191/+93
|
* UpdatedWilly Sudiarto Raharjo2005-12-051-2/+2
|
* Updated POT file.Funda Wang2005-12-0471-7234/+7309
|
* (do_switch) make it more readableThierry Vignaud2005-12-021-2/+2
|
* support jfs and xfsOlivier Blin2005-12-022-0/+8
|
* load all ethernet modules in all installation modes (fixes the problem of ↵Olivier Blin2005-12-023-11/+2
| | | | firewire not being loaded in automatic mode)
* add user_xattr (useful for beagle, cf bugzilla #15068)Pascal Rigaux2005-12-021-0/+3
|
* lilo handles / on RAID1, so don't warn in that case (#20021)Pascal Rigaux2005-12-021-2/+5
|