| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | record live cdroms using cdrecord | Olivier Blin | 2005-12-15 | 1 | -0/+9 |
* | create cdrom master using mkisofs | Olivier Blin | 2005-12-15 | 1 | -0/+20 |
* | it's useless to pre-create sdX devices, nash will do it | Olivier Blin | 2005-12-15 | 1 | -2/+1 |
* | avoid storage specific stuff in bootloader preparation | Olivier Blin | 2005-12-15 | 1 | -8/+1 |
* | always use system's losetup instead of nash's, required for loopbacks on read... | Olivier Blin | 2005-12-15 | 1 | -7/+5 |
* | cdrom must be mounted read-only | Olivier Blin | 2005-12-15 | 1 | -0/+2 |
* | /sys is required for cdrom labels | Olivier Blin | 2005-12-15 | 1 | -1/+4 |
* | use correct module and mount type for cdrom storage | Olivier Blin | 2005-12-15 | 1 | -3/+8 |
* | make storage description more configurable | Olivier Blin | 2005-12-15 | 1 | -29/+43 |
* | 10.4.5-1mdk | Thierry Vignaud | 2005-12-15 | 1 | -1/+17 |
* | keep install_messages.pm for finish-install | Thierry Vignaud | 2005-12-15 | 1 | -1/+1 |
* | (acceptLicense) introduce a wrapper around any::acceptLicense() | Thierry Vignaud | 2005-12-15 | 1 | -0/+5 |
* | (acceptLicense) load the needed modules | Thierry Vignaud | 2005-12-15 | 1 | -0/+1 |
* | (acceptLicense) only show release notes at install time | Thierry Vignaud | 2005-12-15 | 1 | -1/+1 |
* | ask for license agreement before doing anything else | Thierry Vignaud | 2005-12-15 | 1 | -0/+5 |
* | (acceptLicense) in standalone mode, when license is rejected, just reboot | Thierry Vignaud | 2005-12-15 | 1 | -0/+2 |
* | (acceptLicense) move it from install_steps_interactive.pm into any.pm so that | Thierry Vignaud | 2005-12-15 | 2 | -31/+31 |
* | update (Yukiko Bando) | Thierry Vignaud | 2005-12-15 | 1 | -10/+11 |
* | update (Yukiko Bando) | Thierry Vignaud | 2005-12-15 | 1 | -73/+80 |
* | updated pot file | Pablo Saratxaga | 2005-12-15 | 25 | -836/+1085 |
* | updated pot file | Pablo Saratxaga | 2005-12-15 | 46 | -1727/+2110 |
* | reuse translation of "Next" button; | Pablo Saratxaga | 2005-12-15 | 3 | -4/+5 |
* | since we use utf8 in source code, say it explicitly | Pascal Rigaux | 2005-12-15 | 1 | -0/+1 |
* | fixed encoding to UTF-8 | Pablo Saratxaga | 2005-12-15 | 6 | -980/+992 |
* | fix dropping sprintf_fixutf8 (i committed the wrong version...) | Pascal Rigaux | 2005-12-15 | 1 | -1/+1 |
* | - i had foolishly removed c::iconv whereas it was used still used by c::from_... | Pascal Rigaux | 2005-12-15 | 7 | -15/+14 |
* | get rid of sprintf_fixutf8 which is no more needed with current perl | Pascal Rigaux | 2005-12-15 | 1 | -10/+3 |
* | Locale::gettext is not parsed correctly | Pascal Rigaux | 2005-12-15 | 1 | -0/+1 |
* | use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ... | Pascal Rigaux | 2005-12-15 | 7 | -23/+10 |
* | c::iconv() is not used anymore (and if needed, there is Locale::gettext::icon... | Pascal Rigaux | 2005-12-15 | 1 | -32/+0 |
* | - s/Windows.*/Microsoft Windows®/ | David Baudens | 2005-12-14 | 1 | -16/+16 |
* | s/maintain/keep/ | David Baudens | 2005-12-14 | 1 | -1/+1 |
* | Keyboards have an Enter key and not a Return key | David Baudens | 2005-12-14 | 1 | -1/+1 |
* | move jfs and xfs in fs/local, so that they get included in stage1 | Olivier Blin | 2005-12-14 | 1 | -2/+2 |
* | updated Galician file | Pablo Saratxaga | 2005-12-14 | 1 | -1435/+493 |
* | fix handling absolute binary in chroot | Pascal Rigaux | 2005-12-14 | 1 | -2/+5 |
* | package lsb is requiring many locales though we don't want it to be installed | Pascal Rigaux | 2005-12-13 | 1 | -2/+9 |
* | restore behaviour broken in commit 1.371 (nb: {lang} is not always set in {la... | Pascal Rigaux | 2005-12-13 | 1 | -1/+1 |
* | Fix some instances of 100% cpu on combo-box 'changed' in "Advanced When". | Stew Benedict | 2005-12-12 | 3 | -20/+86 |
* | Updated | Willy Sudiarto Raharjo | 2005-12-09 | 1 | -4/+4 |
* | Updatd POT file. | Funda Wang | 2005-12-08 | 71 | -15127/+16276 |
* | fix default metric setting for wifi interfaces (thanks to Mickaël Le Baillif... | Olivier Blin | 2005-12-08 | 2 | -5/+5 |
* | rename sparsefs mount as loopfs, make it take loopback file size as option (p... | Olivier Blin | 2005-12-07 | 1 | -29/+53 |
* | add ndiswrapper in INSTALL section, commonly used for wireless cards | Olivier Blin | 2005-12-07 | 1 | -0/+1 |
* | don't try to install an old library (that is anyway pulled by other packages) | Olivier Blin | 2005-12-07 | 1 | -1/+1 |
* | remove duplicated code | Olivier Blin | 2005-12-07 | 1 | -3/+0 |
* | use syslinux -s, "safe, slow and stupid" version of SYSLINUX | Olivier Blin | 2005-12-07 | 1 | -1/+2 |
* | (bestKernelPackage) install i586 kernel flavor for live systems | Thierry Vignaud | 2005-12-07 | 1 | -0/+1 |
* | install nscd on laptops | Frederic Lepied | 2005-12-06 | 1 | -1/+1 |
* | don't overwrite ONBOOT setting when writing adsl configuration | Olivier Blin | 2005-12-06 | 1 | -1/+2 |