summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
|
* remove unused specific_archPascal Rigaux2004-10-051-1/+1
|
* handle lib64 dirs, build pcmcia stuff on x86_64 too, handle arch-specificGwenolé Beauchesne2004-10-041-4/+13
| | | | | symlinks additions.
* remove from perl-Gtk2 directories from /tmp/list to have less warningsPascal Rigaux2004-09-271-1/+1
|
* Introducing TMPDIRRafael Garcia-Suarez2004-09-231-8/+8
|
* package man pagesThierry Vignaud2004-09-141-1/+5
|
* make dont_run_directly_stage2 keep runinstall2 as a symlinkPascal Rigaux2004-09-031-3/+3
| | | | | (since mdkstage1 check it is a symlink)
* - we need unicode_start, which need kbd_mode and a real "echo" commandPascal Rigaux2004-09-031-0/+3
| | | | | | - initialize newt (and so slang) with a fake en_US.UTF-8 locale during install (and it works better when slang does its setlocale, i don't know why)
* Split into a new target mdkinst_stage2Rafael Garcia-Suarez2004-09-011-0/+3
|
* - don't generate locales.tar.bz2, do the same directly (since it's now quite ↵Pascal Rigaux2004-08-171-4/+6
| | | | | | | simple) - when using ramdisk, we now have all the locales, no need to handle it specially
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-1/+1
| | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
* fix buildThierry Vignaud2004-08-041-0/+1
|
* remove unused net_applet.desktopThierry Vignaud2004-08-041-1/+1
|
* enable ar and fa locales since an arabic font is now available in installOlivier Blin2004-08-021-2/+1
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-4/+5
| | | | | | | | | | | - 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
* remove historical consolehelper files (pam.d and console.apps)Daouda Lo2004-07-171-1/+1
|
* replace lang::get_unneeded_png_lang_files() with lang::png_lang_filesPascal Rigaux2004-07-091-2/+3
|
* ensure "*" to wildcard a directory in share/list match only oncePascal Rigaux2004-07-091-1/+1
|
* add missing share/net_monitor.desktopPascal Rigaux2004-06-291-1/+1
|
* allow easy tracing of stage2Pascal Rigaux2004-06-151-0/+4
|
* remove PERL_INSTALL_DEBUG code modifying install2 (unused and not working ↵Pascal Rigaux2004-06-151-5/+0
| | | | anyway)
* Remove an obsolete check for XFree86-VGA16Rafael Garcia-Suarez2004-05-171-3/+0
|
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-171-4/+4
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* instead of keeping stage1 (mostly as temporary space but with a fixed size, ↵Pascal Rigaux2004-05-131-1/+5
| | | | | | | and for the background init), exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
* use busybox when dont_run_directly_stage2Pascal Rigaux2004-05-121-1/+1
|
* fix typoPascal Rigaux2004-03-011-1/+1
|
* we don't need .pod files during installPascal Rigaux2004-03-011-1/+1
| | | | | (but why aren't glib & gtk files not listed in share/list ??)
* add rule dont_run_directly_stage2Pascal Rigaux2004-02-121-0/+5
|
* remove checking "$" in po strings, perl_checker takes care of this correctlyPascal Rigaux2004-01-211-1/+0
| | | | | (ie. N("a\$b") will get string "a$b" in po which is ok, whereas N("a$b") gives an error)
* handle poulpy codeThierry Vignaud2004-01-121-4/+4
|
* runinstall2 is deprecated, install2 is called directlyPascal Rigaux2004-01-081-3/+0
|
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+0
|
* get rid of g_auto_install (unused & not working)Pascal Rigaux2004-01-061-1/+0
|
* allow move to build & install drakx mo files (using sudo)Pascal Rigaux2003-11-181-2/+4
|
* help Gi_perl_checkPascal Rigaux2003-09-301-0/+2
|
* don't check *all* for test_pms_all, skip horrible stuffsPascal Rigaux2003-09-301-1/+1
|
* don't remove some po's from drakxtools, only from installPascal Rigaux2003-09-181-0/+4
| | | | | (ar/fa disabled because not working at install, ga/sl not translated enough)
* since XFree86-VGA16-3.3.6-29mdk is bad, insist on having XFree86-VGA16 28mdk ↵Pascal Rigaux2003-08-301-0/+2
| | | | instead