summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* help perl_checker somewhatThierry Vignaud2003-08-191-1/+1
|
* mark one more string as translatable (spoted by Arpad Biro)Thierry Vignaud2003-08-192-2/+2
|
* translate one more string (already translated as this is a double)Thierry Vignaud2003-08-191-1/+1
|
* first bits of 9.2-0.32mdkThierry Vignaud2003-08-191-2/+8
|
* pci hardware discovery: do full-probe by defaultThierry Vignaud2003-08-193-10/+7
|
* readd LANGUAGE=CThierry Vignaud2003-08-191-2/+2
|
* Updated Nimbus Sans L font (some wrong cyrillic glyphs fixed byPablo Saratxaga2003-08-191-0/+0
| | | | | Mashrab Kuvatov <kmashrab@uni-bremen.de>)
* fix brown paper bug #4702 ...Thierry Vignaud2003-08-191-1/+1
|
* pablo say that redefining LC_* is useless if LC_ALL is defined as theThierry Vignaud2003-08-191-2/+2
| | | | | later overrides and take priority over the former
* remove broken and unused gtkexpand()Thierry Vignaud2003-08-191-2/+1
|
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-197-35/+12
|
* perl_checker compliancePascal Rigaux2003-08-194-13/+14
|
* remove unused variableThierry Vignaud2003-08-191-1/+1
|
* fix any::write_passwd_user() callPascal Rigaux2003-08-191-1/+1
|
* add perl_checker hintThierry Vignaud2003-08-191-1/+1
|
* "xxx or xxx" in list context is always bad!Pascal Rigaux2003-08-191-2/+2
|
* perl_checker compliance (revert non usefull titi change)Pascal Rigaux2003-08-191-1/+1
|
* (update_intbutt) consolidate internet connection button switch codeThierry Vignaud2003-08-191-6/+8
|
* Merge from AMD64 branch: lib64 fixesGwenolé Beauchesne2003-08-191-2/+2
|
* Merge from AMD64 branchGwenolé Beauchesne2003-08-191-8/+23
|
* Merge from AMD64 branch, also fix all.rdz generation.Gwenolé Beauchesne2003-08-192-3/+22
|
* Handle /boot/efi as an EFI partitionGwenolé Beauchesne2003-08-191-1/+1
|
* - use real known interface name everywhere not guessed oneThierry Vignaud2003-08-191-34/+39
| | | | | | | | | | (having eth0 and eth9 would resulting in displaying eth0 & eth1 before), thus enabling to get rid of get_eth_ip() - replace build_list() by update_list() that fix flicker on list update: only add/remove added/removed interfaces, just update fields for others
* AMD64 updates for 9.2Gwenolé Beauchesne2003-08-192-112/+129
|
* lib64 fixes. Make sure we grab Gtk2.pmGwenolé Beauchesne2003-08-191-2/+5
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-192-2/+2
|
* - Don't care about BIGMEM stuff for IA-64 & AMD64Gwenolé Beauchesne2003-08-191-1/+2
| | | | | - Handle platforms that are only aware of all.img
* Handle EFI partitions. umount syscall does not exist on AMD64, use umount2Gwenolé Beauchesne2003-08-191-2/+7
|
* - Merge in AMD64 treeGwenolé Beauchesne2003-08-191-2/+8
| | | | | - Handle EFI partitions on IA-64
* Only build mar when neededGwenolé Beauchesne2003-08-191-1/+1
|
* fix internet reconnection in mccDamien Chaumette2003-08-191-2/+1
|
* add resume=/dev/XXX where /dev/XXX is the swap partition (when the swap ↵Pascal Rigaux2003-08-191-0/+5
| | | | partition is bigger than ram size)