summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* (dist-git) add a warning about tarballs from SVN vs from GIT (mga#4783)Thierry Vignaud2012-03-041-0/+1
|
* (tar) be silentThierry Vignaud2012-03-041-1/+1
|
* (dist-git) introduce & use itThierry Vignaud2012-01-251-1/+13
|
* (dist-svn) split it out of (tar)Thierry Vignaud2012-01-251-1/+4
|
* update modules list needed for md raid456 and dm-raid 4/5/6 targetThomas Backlund2011-04-021-1/+1
|
* (tar) use auto compression flag for lzmaThierry Vignaud2009-10-011-1/+1
|
* (tar) fix compressing with new tarThierry Vignaud2009-09-251-1/+1
|
* (check) add a basic testsuite (ensuring it compiles) in order toThierry Vignaud2009-04-211-0/+5
| | | | | | | prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker
* (tar) compress with lzma instead of bzip2Thierry Vignaud2008-01-251-1/+1
|
* use -rBASE for svn export in order to please blino by making sure local ↵Thierry Vignaud2007-08-141-1/+1
| | | | changes do not got exported
* re-sync after the big svn lossPascal Rigaux2007-04-251-173/+28
|
* keep install_messages.pm for finish-installThierry Vignaud2005-12-151-1/+1
|
* remove old outdated cleanup rule (it's no more needed for years)Thierry Vignaud2005-11-291-2/+0
|
* *** empty log message ***Pascal Rigaux2005-10-201-1/+1
|
* *** empty log message ***Pascal Rigaux2005-08-081-1/+1
|
* (get_needed_files) fix build on x86_64Thierry Vignaud2005-08-031-1/+1
|
* commit here the command line I usePascal Rigaux2005-06-211-0/+3
|
* helper rulePascal Rigaux2005-06-021-0/+6
|
* use command mount instead of using directly the syscall (allows some cleanup)Pascal Rigaux2005-06-011-0/+1
|
* - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernelsPascal Rigaux2005-05-231-1/+1
| | | | | | - remove old compatability code - add some doc in update_kernel
* keep binaries in their "standard" binary dir instead of moving everything to ↵Pascal Rigaux2005-05-201-6/+4
| | | | | | | /usr/bin (it used to be in /usr/bin when the stage1 was not exited)
* revert wrongly committed temporary changePascal Rigaux2005-05-191-1/+1
|
* - insmod_ is now a symlink to insmod-25Pascal Rigaux2005-05-191-1/+0
| | | | | - handle explictly insmod, modinfo and rmmod
* create install-xml-file-list and use it to replace share/list and ↵Pascal Rigaux2005-05-101-97/+14
| | | | share/list.ARCH with share/list.xml
* remove obsolete change (C_RPM and C_DRAKX are not used in c/stuff anymore)Pascal Rigaux2005-04-261-1/+0
|
* start simplifying "make stage2"Pascal Rigaux2005-04-261-5/+5
|
* use simplify-drakx-modulesPascal Rigaux2005-04-211-3/+3
|
* the keyboard check is always failing, can't make pablo have it right, so not ↵Pascal Rigaux2005-04-051-0/+2
| | | | | | | checking it by default (that way we can have the "make check" in gi call "make check" in gi/perl-install)
* check the presence of non ascii characters in perl files (allow utf8 chars ↵Pascal Rigaux2005-04-051-1/+4
| | | | if there is 'use utf8')
* Added font for gurmukhi script (used by pa_IN translation);Pablo Saratxaga2005-04-011-2/+1
| | | | | enabled pa_IN, and define the font for KDE
* removed pa_IN.po and ta.po from install due to font problemsPablo Saratxaga2005-03-291-2/+5
|
* package rpmsrateThierry Vignaud2005-03-231-1/+1
|
* ga translation level has been leveraged upThierry Vignaud2005-03-091-1/+1
|
* updated list of too low languagesPablo Saratxaga2005-03-091-1/+1
|
* Vera is now in xorgPascal Rigaux2005-03-081-1/+1
|
* fix build after pixel's passThierry Vignaud2005-03-011-2/+2
|
* probe.c is located in c/Olivier Blin2005-02-171-1/+1
|
* - move convert script from spec file into standalone/convertThierry Vignaud2005-01-261-1/+1
| | | | | - btw, do not try converting if uneeded
* use /etc/init instead of /sbin/init to allow umounting clp in initPascal Rigaux2005-01-121-1/+1
|
* dont_run_directly_stage2 and trace_stage2 needs the live, not the clpPascal Rigaux2005-01-101-0/+2
|
* - add vera fonts (normal and bold)Pascal Rigaux2005-01-101-0/+4
| | | | | | - generate fonts.dir and fonts.cache-1 - take cursor.pcf.gz from system
* move drakx VERSION file in install/stage2 (used by bugzilla)Pascal Rigaux2004-12-101-1/+1
|
* use the cute "perldoc -l" instead of perl -V:vendorlib which doesn't work ↵Pascal Rigaux2004-12-031-2/+2
| | | | when the module hasn't been rebuilt
* add drakx-finish-installPascal Rigaux2004-11-301-1/+1
|
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-3/+4
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* major switch from ramdisk to clpPascal Rigaux2004-11-161-3/+5
| | | | | | | | | | | | | - mdkinst_stage2.bz2 is now mdkinst.clp - rescue_stage2.bz2 is now rescue.clp - 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) - all stage1 images now need cryptoloop & gzloop - the clp can be preloaded in memory or not (see MEM_LIMIT_DRAKX_PRELOAD and MEM_LIMIT_RESCUE_PRELOAD) (for http & ftp, it *must* be preloaded) - we don't uncompress the ramdisk anymore since the decompression is done on the fly, this makes the rescue boot much faster - function get_ramdisk_realname() is replaced with macro CLP_FILE_REL
* do not gzip pm files anymore (since we will soon use compressed loopback, ↵Pascal Rigaux2004-11-051-2/+0
| | | | this is not useful anymore)
* create install/stage2/mdkinst.kernels which contains the list of kernels ↵Pascal Rigaux2004-11-051-0/+1
| | | | | | | | known by stage2. this replaces looking at install/stage2/live/modules/modules.cz-xxx (why? cuz install/stage2/live is going to be removed!)
* simplifyPascal Rigaux2004-11-051-1/+1
|
* remove bad uniq now unneededPascal Rigaux2004-10-051-1/+1
|