summaryrefslogtreecommitdiffstats
path: root/perl-install/share/list.xml
Commit message (Collapse)AuthorAgeFilesLines
* monitor-edid now needs File::FindPascal Rigaux2006-01-131-0/+1
|
* use Locale::gettext for dgettext, bindtextdomain and bind_textdomain_codeset ↵Pascal Rigaux2005-12-151-0/+2
| | | | | | | instead of module c (that way we can also use dngettext, and it's more modular)
* adapt to MDV::PackdrakengPascal Rigaux2005-11-231-1/+3
|
* add upgrade script for conectivaPascal Rigaux2005-09-141-1/+1
|
* - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ↵Pascal Rigaux2005-09-021-0/+1
| | | | | | | | | | | and conectiva distributions - add file upgrade-map.conectiva.10 for precise choice of packages - save /etc/xxx-release into /root/drakx/xxx-release.upgrading when starting - release_file(): look for xxx-release.upgrading first - find_root_parts(): better logging about upgrade_by_removing_pkgs, and factorize code - when all packages are installed, remove xxx-release.upgrading and rename pkgs::removed_pkgs_to_upgrade_file()
* use vol_id to get filesystem label (we only handled the equivalenet of e2label)Pascal Rigaux2005-08-291-0/+1
|
* xorg modules: replace .a and .o with .soPascal Rigaux2005-08-261-9/+9
|
* ldetect-lst tables are now compressedPascal Rigaux2005-08-251-1/+1
|
* have gdb when debuggingPascal Rigaux2005-08-171-1/+1
|
* add mandriva macros for rpm so that _hkp_keyserver_query is nilPascal Rigaux2005-08-081-0/+2
|
* help debuggingPascal Rigaux2005-08-081-1/+1
|
* revert changesFlorent Villard2005-08-031-15/+0
|
* some x86_64 build fixesFlorent Villard2005-08-031-0/+15
|
* fix running drakx on x86_64Thierry Vignaud2005-08-031-0/+4
|
* we've multiple /etc/gtk-2.0/gdk-pixbuf.loaders.* &Thierry Vignaud2005-08-031-2/+2
| | | | | /etc/gtk-2.0/gtk.immodules.* on x86_64
* - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so*Pascal Rigaux2005-06-291-11/+0
| | | | | | otherwise rpm database gets corrupted - don't need setting LD_ASSUME_KERNEL anymore (it wasn't enough, and we now have tls libs)
* normalize mke2fs and mkreiserfs into mkfs.<fs_type>Pascal Rigaux2005-06-241-2/+2
|
* Need this to work with rpm 4.4.1-9mdkRafael Garcia-Suarez2005-06-211-0/+11
|
* more tools when debugging installPascal Rigaux2005-06-031-1/+1
|
* allow "perl -d" on installPascal Rigaux2005-06-021-0/+1
|
* allow "perl -d" on installPascal Rigaux2005-06-021-0/+1
|
* use command mount instead of using directly the syscall (allows some cleanup)Pascal Rigaux2005-06-011-0/+1
|
* - enhance script so that we don't have to list bshPascal Rigaux2005-05-261-2/+2
| | | | | - add bash when DEBUG_INSTALL
* - add stuff to enable perl debugging when DEBUG_INSTALL is setPascal Rigaux2005-05-261-1/+19
| | | | | - ash is now a symlink, add bsh
* keep binaries in their "standard" binary dir instead of moving everything to ↵Pascal Rigaux2005-05-201-1/+1
| | | | | | | /usr/bin (it used to be in /usr/bin when the stage1 was not exited)
* - insmod_ is now a symlink to insmod-25Pascal Rigaux2005-05-191-2/+2
| | | | | - handle explictly insmod, modinfo and rmmod
* 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/+343
share/list.ARCH with share/list.xml