summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* rename sparsefs mount as loopfs, make it take loopback file size as option ↵Olivier Blin2005-12-071-29/+53
| | | | (pre_allocate), and add new predefined squash mounts
* use syslinux -s, "safe, slow and stupid" version of SYSLINUXOlivier Blin2005-12-071-1/+2
|
* revert to cp_fOlivier Blin2005-12-051-1/+1
|
* add support for writable sparse loopbacksOlivier Blin2005-12-051-2/+19
|
* documentation fixOlivier Blin2005-11-291-1/+1
|
* don't die if non-mandatory modules are missing, warn and skip themOlivier Blin2005-11-291-3/+9
|
* add reference to the wiki pageOlivier Blin2005-11-291-0/+2
|
* initial importOlivier Blin2005-11-291-0/+601
|
* don't run Xnest if an auto_install file is usedOlivier Blin2005-11-221-1/+1
|
* contatenate auto_install and defcfg files into a new auto_install file in ↵Olivier Blin2005-11-221-0/+22
| | | | install root
* do not commit suicide if Xnest isn't usedOlivier Blin2005-11-221-1/+1
|
* remove destination dir as root, and create it if not existentOlivier Blin2005-11-221-1/+3
|
* 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
|