summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated with newer pictures of 9.2.Francois Pons2003-08-211-1/+4
|
* s/freeciv/freeciv-client/Guillaume Cottenceau2003-08-211-1/+1
|
* - allow user to copy firmware from a floppyDamien Chaumette2003-08-211-4/+39
| | | | | | - fix 'previous' behavior - change wrong url
* use perl-URPM 0.94Francois Pons2003-08-211-16/+2
|
* updated with new perl-URPM 0.94 (simplified code)Francois Pons2003-08-211-20/+7
|
* fix firmware urlDamien Chaumette2003-08-211-2/+2
|
* Changed back NC() to N() (functionality will be merged)Pablo Saratxaga2003-08-211-1/+1
|
* fixed English typosPablo Saratxaga2003-08-211-3/+3
|
* perl_checker complain avout using N(@_) so NC() has been rewritten asPablo Saratxaga2003-08-211-3/+4
| | | | | a duplicate of N() plus one line
* definition and use of an NC() function (translation with context, kde like)Pablo Saratxaga2003-08-212-1/+9
|
* the scrolled text is correctly sized, so do not let it compete withThierry Vignaud2003-08-211-1/+1
| | | | | the options box and the advanced box for availlable space
* avoid 0 to be dumped in urpmi.cfg :(Francois Pons2003-08-211-2/+2
|
* really fixed bad content generated.Francois Pons2003-08-211-6/+6
|
* fixed next key block not taken into accound.Francois Pons2003-08-211-0/+1
|
* added some log when importing pbukey block and when key id have been found.Francois Pons2003-08-211-1/+5
|
* make sure other key are added to urpmi.cfg when imported.Francois Pons2003-08-211-3/+3
|
* of course newly added module pdc-ultra doesn't fit on hd.img :-/Pascal Rigaux2003-08-211-1/+1
|
* *** empty log message ***Pascal Rigaux2003-08-211-1/+137
|
* simplifyPascal Rigaux2003-08-211-3/+3
|
* allocatePartitions() resulted in a small unallocated area at the end of thePascal Rigaux2003-08-211-0/+4
| | | | | | | | | | | | | | | | | drive when: - suggest_part() reserves some room for the other partitions which are going to be added next. For maxsize limited partition, it reserves maxsize (if maxsize is reached) - suggest_part() which adds the last partition limited by maxsize can be called on a partition a little bigger than maxsize due to cylinder boundary adjustments on previous partition creations. In that case, it doesn't use the full area. It occured for example with the current $fsedit::suggestions{server}. The fix chosen is to ensure the last suggest_part() is called with a size defined as maxsize <= size < maxsize + cylinder_size.
* fix english (thanks to Arpad Biro)Pascal Rigaux2003-08-201-3/+3
|
* fix english (thanks to Arpad Biro)Pascal Rigaux2003-08-201-1/+1
|
* added missing require.Francois Pons2003-08-201-0/+1
|
* fix bug 3976.Francois Pons2003-08-201-3/+3
|
* added pubkey and rpmdb key importation.Francois Pons2003-08-201-1/+26
|
* added emulate wheel support (a bit hacky though) (bug 3976)Francois Pons2003-08-201-1/+9
|
* added pubkey support for medium.Francois Pons2003-08-201-0/+20
|
* added URPM::Signature module needed to parse pubkey and import them to rpmdb.Francois Pons2003-08-201-0/+1
|
* this file allows to make an antialiased black-on-white png, antialiased ↵Guillaume Cottenceau2003-08-201-0/+167
| | | | | | | black-on-transparent it's used for perl-install/pixmaps/langs/lang-*.png
* make them transparentGuillaume Cottenceau2003-08-2016-0/+0
|
* Use x86 smp detection scheme on amd64 instead of the ugly dmesg workaround.Gwenolé Beauchesne2003-08-201-3/+2
|
* Add strip_modules scriptGwenolé Beauchesne2003-08-201-0/+124
|
* - Strip modules on AMD64 with K. O. scriptGwenolé Beauchesne2003-08-206-12/+37
| | | | | - Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64
* frederic crozat said that border is ugly for standalone tools.Thierry Vignaud2003-08-201-0/+1
| | | | | so let it be used only by install.
* Added choice of Irish keyboard; updated the Georgian "latin layout" one.Pablo Saratxaga2003-08-202-4/+5
|
* standalone wizards: increase height to prevent some hidden or cuttedThierry Vignaud2003-08-201-1/+1
| | | | | buttons (some locales and some steps may still be partially hidden)
* annotate load for translators (Arpad Biro)Thierry Vignaud2003-08-201-1/+3
|
* only complain if an error really happenedThierry Vignaud2003-08-201-3/+3
|
* Use busybox in stage2 on AMD64Gwenolé Beauchesne2003-08-201-0/+3
|
* Add busybox/amd64 compiled with dietlibcGwenolé Beauchesne2003-08-201-0/+0
|
* re-put etc/fonts/fonts.conf, pablo removed it in previous commit, it broke ↵Guillaume Cottenceau2003-08-201-0/+0
| | | | the whole installation program starting up :)
* Text typos - Arpad BiroStew Benedict2003-08-202-7/+7
|
* Use "%p" specifier as "Base" is likely to be an address.Gwenolé Beauchesne2003-08-201-3/+3
|
* Use <net/if_arp.h> thusly bypassing need for <linux/byteorder/generic.h>Gwenolé Beauchesne2003-08-201-1/+1
|
* Fix typo in last-minute-change commitGwenolé Beauchesne2003-08-201-1/+1
|
* updated pot filePablo Saratxaga2003-08-202-152/+170
|
* *** empty log message ***Pascal Rigaux2003-08-201-1/+220
|
* load detected firewire modules during installPascal Rigaux2003-08-203-4/+4
|
* add firewire_probe() and use it in probeall()Pascal Rigaux2003-08-201-1/+24
|
* do translate choices N_("Yes"), N_("No"), N_("See hardware info")Pascal Rigaux2003-08-191-1/+1
| | | | | (thanks to Arpad Biro)