summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow auto allocating partitions without giving a {mntpoint}Pascal Rigaux2005-12-181-5/+8
|
* allow common.pm and standalone.pm to be used in drakxtools-backend without ↵Pascal Rigaux2005-12-182-3/+5
| | | | perl-Locale-gettext
* fix bad typoPascal Rigaux2005-12-181-1/+1
|
* replace sprintf_fixutf8 with simple sprintfPascal Rigaux2005-12-181-1/+1
|
* Updated Simplified Chinese translation.Funda Wang2005-12-171-12/+11
|
* record on the fly, by piping creation step to recording step (piping subs is ↵Olivier Blin2005-12-161-37/+83
| | | | probably not the way to do that, committing it just for the record)
* format usb device when asked only, use "mlabel -i <dev> ::" to set label insteadOlivier Blin2005-12-161-7/+13
|
* allow to format the recorded mediaOlivier Blin2005-12-161-3/+21
|
* remove undeclared and useless variableOlivier Blin2005-12-161-1/+1
|
* - Removed "localhost" from the DISPLAY veriable, it broke theTill Kamppeter2005-12-161-2/+2
| | | | | | authorization to pop up the printerdrake window on the user's desktop when a new USB printer was plugged.
* when upgrading, merge existing modprobe.conf (and do it when /mnt is ↵Pascal Rigaux2005-12-162-2/+4
| | | | mounted, not before!)
* record live cdroms using cdrecordOlivier Blin2005-12-151-0/+9
|
* create cdrom master using mkisofsOlivier Blin2005-12-151-0/+20
|
* it's useless to pre-create sdX devices, nash will do itOlivier Blin2005-12-151-2/+1
|
* avoid storage specific stuff in bootloader preparationOlivier Blin2005-12-151-8/+1
|
* always use system's losetup instead of nash's, required for loopbacks on ↵Olivier Blin2005-12-151-7/+5
| | | | read-only systems
* cdrom must be mounted read-onlyOlivier Blin2005-12-151-0/+2
|
* /sys is required for cdrom labelsOlivier Blin2005-12-151-1/+4
|
* use correct module and mount type for cdrom storageOlivier Blin2005-12-151-3/+8
|
* make storage description more configurableOlivier Blin2005-12-151-29/+43
|
* 10.4.5-1mdkThierry Vignaud2005-12-151-1/+17
|
* keep install_messages.pm for finish-installThierry Vignaud2005-12-151-1/+1
|
* (acceptLicense) introduce a wrapper around any::acceptLicense()Thierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) load the needed modulesThierry Vignaud2005-12-151-0/+1
|
* (acceptLicense) only show release notes at install timeThierry Vignaud2005-12-151-1/+1
|
* 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.