summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* install drakx-in-chroot in miscPascal Rigaux2005-09-121-1/+1
|
* replace /lib/tls with /lib for libraries collected using ↵Pascal Rigaux2005-09-021-0/+5
| | | | | | | collect_needed_libraries (it was already done for files collected using ldd)
* - allow to easy clean existing chrootPascal Rigaux2005-08-251-2/+3
| | | | | | - more fuzzy detection of mounted loop (to "losetup -d" it) - better log message for loop
* prevent packdrake faillure on creating temporary filesThierry Vignaud2005-08-191-0/+2
|
* make it work on x86_64 tooThierry Vignaud2005-08-031-0/+2
|
* don't need /lib/tls files anymore (since rpm works without nptl)Pascal Rigaux2005-08-031-2/+2
|
* bump copyright noticesThierry Vignaud2005-07-282-2/+2
|
* last mdk->mdv switchesThierry Vignaud2005-07-253-5/+5
|
* fix email addressses in copyright and bump themThierry Vignaud2005-07-255-7/+7
|
* fix ml addresssThierry Vignaud2005-07-251-1/+1
|
* fix email addresssesThierry Vignaud2005-07-252-32/+32
|
* module gzloop is needed to losetup a clpPascal Rigaux2005-06-301-0/+1
|
* - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so*Pascal Rigaux2005-06-291-1/+4
| | | | | | otherwise rpm database gets corrupted - don't need setting LD_ASSUME_KERNEL anymore (it wasn't enough, and we now have tls libs)
* help getting rid of existing filesPascal Rigaux2005-06-281-1/+1
|
* add usagePascal Rigaux2005-06-211-0/+2
|
* don't rmdir directories in the chrootPascal Rigaux2005-06-031-1/+1
|
* make drakx-in-chroot workPascal Rigaux2005-05-301-5/+12
|
* replace unused $o->{localInstall} with $::local_install, partially used ↵Pascal Rigaux2005-05-261-0/+114
| | | | | | | instead of $::uml_install and used in drakx-in-chroot
* - enhance script so that we don't have to list bshPascal Rigaux2005-05-261-1/+1
| | | | | - add bash when DEBUG_INSTALL
* - handle <if set="..."> tagPascal Rigaux2005-05-261-1/+3
| | | | | - hide some stuff when non verbose
* many changes for use with rescue listPascal Rigaux2005-05-191-32/+104
|
* also remove modules ending with __END__Pascal Rigaux2005-05-191-1/+3
|
* allow makefile like variablesPascal Rigaux2005-05-131-1/+1
|
* create install-xml-file-list and use it to replace share/list and ↵Pascal Rigaux2005-05-101-0/+279
| | | | share/list.ARCH with share/list.xml
* ds has been renamed pcmcia in 2.6 kernelsOlivier Blin2005-05-031-1/+1
|
* add some scripts used in perl-install/Makefile and rescue/make_rescue_imgPascal Rigaux2005-04-212-0/+22
|
* 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
|