summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 10.3-0.29mdkThierry Vignaud2005-06-301-1/+6
|
* do not link anymore with librpm since perl-URPM is used for that (saves 6.1MbThierry Vignaud2005-06-301-1/+0
| | | | | of virtual and 800kb of shared memory in net_applet)
* This function was renamedRafael Garcia-Suarez2005-06-301-1/+1
|
* adapt to fs/dmraid.pm change (bus is now dmraid_xxx instead of dm_xxx)Pascal Rigaux2005-06-301-1/+1
|
* updateThierry Vignaud2005-06-303-41/+37
|
* Remove dependency of c::stuff on rpmlibRafael Garcia-Suarez2005-06-303-36/+9
|
* *** empty log message ***Pascal Rigaux2005-06-301-0/+11
|
* install dmraid if neededPascal Rigaux2005-06-301-0/+1
|
* call it dmraid, it's more explicitPascal Rigaux2005-06-301-1/+1
|
* Remove function not used (and provided by perl-URPM anyway)Rafael Garcia-Suarez2005-06-301-6/+1
|
* - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so*Pascal Rigaux2005-06-292-12/+0
| | | | | | otherwise rpm database gets corrupted - don't need setting LD_ASSUME_KERNEL anymore (it wasn't enough, and we now have tls libs)
* UpdatedWilly Sudiarto Raharjo2005-06-291-7/+7
|
* new mandriva titleFlorent Villard2005-06-291-0/+0
|
* *** empty log message ***Pascal Rigaux2005-06-291-0/+14
|
* the output of "dmraid -r" is not enough, "dmraid -s" is more important.Pascal Rigaux2005-06-291-10/+110
| | | | | add some sample output for easy debugging
* *** empty log message ***Pascal Rigaux2005-06-281-0/+225
|
* try to cleanup fs.pmPascal Rigaux2005-06-2823-401/+425
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* updateThierry Vignaud2005-06-283-21/+21
|
* New translationsRafael Garcia-Suarez2005-06-281-3/+3
|
* upcase protocol namesThierry Vignaud2005-06-2872-227/+227
|
* updateThierry Vignaud2005-06-282-13/+13
|
* update strings from CVSThierry Vignaud2005-06-2871-37496/+39696
|
* (ask_if_suppl_media) upcase protocol nameThierry Vignaud2005-06-281-1/+1
|
* handle no bootloader configuration found with a clean errorPascal Rigaux2005-06-281-1/+1
|
* Add NFS supplementary media in fstabRafael Garcia-Suarez2005-06-281-2/+4
|
* Fix install_urpmi with nfs suppl mediaRafael Garcia-Suarez2005-06-282-10/+16
|
* - since we don't use a ramdisk for the stage2 anymore, remove ↵Pascal Rigaux2005-06-281-1/+1
| | | | | | | | ramdisk_size=128000 (hopefully the initrd doesn't have the limitation or we won't hit the stupid low default max size of the kernel) - use the short aliases for automatic stage1 (cf mdk-stage1/automatic.c)
* Support NFS supplementary mediaRafael Garcia-Suarez2005-06-271-2/+18
|
* Missing translationRafael Garcia-Suarez2005-06-271-1/+1
|
* 10.3-0.28mdkThierry Vignaud2005-06-271-1/+8
|
* fix switch from nvidia to nv for X.orgThierry Vignaud2005-06-261-1/+2
|
* we now use X.org instead of XFree86Thierry Vignaud2005-06-261-1/+1
|
* use empty prototypeOlivier Blin2005-06-251-1/+1
|
* don't fork to get route with "ip route", use /proc/net/route insteadOlivier Blin2005-06-251-6/+24
| | | | | (TODO: handle IPv6 with /proc/net/ipv6_route)
* rename isTVcard() as isTVcardConfigurable() since it's more meaninfull ↵Thierry Vignaud2005-06-242-3/+3
| | | | regarding its purpose
* enable to configure cx88 driverThierry Vignaud2005-06-242-1/+35
|
* do not use tree branches for vendor when there's only one deviceThierry Vignaud2005-06-241-42/+43
|
* update card lists from kernel-2.6.12Thierry Vignaud2005-06-241-1/+51
|
* (config) do not use a comboThierry Vignaud2005-06-241-1/+1
|
* 10.3-0.27mdkThierry Vignaud2005-06-241-1/+13
|
* handle dmraid device not there, keeping the raw hdsPascal Rigaux2005-06-242-11/+10
|
* normalize mke2fs and mkreiserfs into mkfs.<fs_type>Pascal Rigaux2005-06-242-8/+8
|
* remove MDK::Common::Globals::init (fix crash)Olivier Blin2005-06-241-2/+0
|
* add "default_width" and "default_height" for Gtk2::WindowPascal Rigaux2005-06-241-0/+1
|
* replace remaining $net->{auth} with $authentication (since those variables ↵Pascal Rigaux2005-06-241-7/+7
| | | | are no more written in sysconfig/network)
* use network::network::write_network_conf (fix crash)Olivier Blin2005-06-241-1/+1
|
* fix NISDOMAINOlivier Blin2005-06-241-1/+1
|
* Remove DB logs before doing an install.Rafael Garcia-Suarez2005-06-241-0/+6
|
* Remove rpm 4.2 bug workaround, it may confuse rpm in some casesRafael Garcia-Suarez2005-06-241-9/+0
|
* Finsalize printer setup and more spelling/tidyPjetur Hjaltason2005-06-231-143/+172
|