summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Install modules required by packdrake and gendistrib in MISC_DESTRafael Garcia-Suarez2005-03-241-2/+5
|
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-2852-29780/+2
| | | | | | | | | | | | - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid
* Fix ddcxinfos build on PPC that I broke with XBox mods.Stew Benedict2005-02-281-1/+5
|
* Support for XBox. Original code up the machine.Stew Benedict2005-02-234-7/+110
|
* fix typoPascal Rigaux2005-02-151-1/+1
|
* add peroyvindThierry Vignaud2005-02-151-0/+1
|
* ppc fixes (danny)Gwenolé Beauchesne2005-02-111-1/+1
|
* fix typoPascal Rigaux2005-01-141-1/+1
|
* remove obsolete dirPascal Rigaux2005-01-111-1/+0
|
* Add a new check script in tools. It compares the perl modules used by the .pmRafael Garcia-Suarez2004-12-231-0/+22
| | | | | | files in perl-install against the ones listed in share/list, to detect potential missing modules (and potential run-time problems during the stage 2)
* ppc & ppc64 fixesGwenolé Beauchesne2004-12-154-2/+21
|
* use perldoc -l instead of perl -M + %INCPascal Rigaux2004-12-031-3/+3
|
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-477/+0
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* make_mdkinst_stage2 is no more, hail mdkinst_stage2_toolPascal Rigaux2004-11-161-1/+1
|
* major switch from ramdisk to clpPascal Rigaux2004-11-162-79/+44
| | | | | | - make_mdkinst_stage2 is now mdkinst_stage2_tool (we don't keep the live when building the clp, mdkinst_stage2_tool is able to create the clp from the live, or the live from the clp)
* disable ddcprobe again - it doesn't work right, causing the installer to haltPascal Rigaux2004-11-121-1/+1
| | | | | with a divide by zero error
* specific_arch will now return only the specific arch file, not the main onePascal Rigaux2004-10-051-1/+1
| | | | | (which is what we want for perl-install/share/symlinks, perl-install/share/list and rescue/list)
* - added RomainDaouda Lo2004-10-011-1/+2
|
* Nuke use of conditional expressions as lvaluesGwenolé Beauchesne2004-09-091-5/+6
|
* Remake x86emu & int10 subdirs if sources have changedGwenolé Beauchesne2004-09-091-2/+2
|
* add one more translatorThierry Vignaud2004-09-031-0/+1
|
* Some arrangements for IA-64Gwenolé Beauchesne2004-08-263-5/+10
|
* PowerPC arrangements from Christiaan WelvaartGwenolé Beauchesne2004-08-263-27/+32
|
* warn if driver not available, print available driversOlivier Blin2004-08-251-0/+7
|
* delete obsolete filesOlivier Blin2004-08-2512-0/+0
|
* upgrade to grub-0.95Olivier Blin2004-08-25108-0/+0
|
* add new drivers, upgrade to grub-0.95Olivier Blin2004-08-2517-0/+0
|
* use grub-0.95Olivier Blin2004-08-251-3/+3
|
* don't be a bastard, keep CVS directoryOlivier Blin2004-08-251-1/+1
|
* Some cleanupsGwenolé Beauchesne2004-08-252-1/+10
|
* Raw merge from Kudzu for PPC. Christian, can you get something of it?Gwenolé Beauchesne2004-08-251-0/+3
|
* Get EDID block from OF (kudzu)Gwenolé Beauchesne2004-08-253-0/+265
|
* Only use VBE parsing code on x86 and x86_64.Gwenolé Beauchesne2004-08-251-1/+18
|
* Extensive rewrite and cleanups to use the new int10 interface. Plus addGwenolé Beauchesne2004-08-254-615/+235
| | | | | | some 64-bit fixes and a last-resort means to get VBE/EDID information from special -BOOT kernel during early boot.
* VGA softbootloader for Linux, uses an x86 CPU emulator on non x86 arches.Gwenolé Beauchesne2004-08-2513-0/+3402
|
* Add remaining x86 CPU emulator bitsGwenolé Beauchesne2004-08-254-0/+764
|
* Add x86 CPU emulator for BIOS int10 emulation on non x86 arches.Gwenolé Beauchesne2004-08-2517-0/+22783
|
* don't remove /usr/share/locale anymore, we use the same locale for all langsPascal Rigaux2004-08-171-6/+0
|
* sync with soft/common/usernameThierry Vignaud2004-08-121-0/+38
|
* list a few more contributorsThierry Vignaud2004-08-101-1/+4
|
* umount mount point instead of umounting the loopback filePascal Rigaux2004-08-101-1/+1
| | | | | (works better when /etc/mtab is /proc/mounts)
* update (Christiaan Welvaart)Pascal Rigaux2004-08-051-14/+5
|
* better descriptionPascal Rigaux2004-08-031-1/+1
|
* adapt to new directories layout:Pascal Rigaux2004-07-263-18/+17
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* obsolete since 4 yearsPascal Rigaux2004-07-231-16/+0
|
* remove fpons only toolPascal Rigaux2004-07-231-10/+0
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-207-7/+7
|
* replace "Mandrake Linux" with "Mandrakelinux"Pascal Rigaux2004-07-191-2/+2
|
* ask perl where to find package.pm and URPM.pm, this is more versatile than ↵Pascal Rigaux2004-07-091-3/+3
| | | | using installvendorlib
* sortThierry Vignaud2004-07-091-19/+20
|