summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove useless grouping and rewrite code to be saferOlivier Blin2005-07-011-4/+4
|
* fix shell parsing unquoted bugzilla URL (#16580)Thierry Vignaud2005-07-011-1/+2
|
* updateThierry Vignaud2005-07-011-18/+18
|
* remove debug code from previous commitPascal Rigaux2005-07-011-3/+1
|
* add "Used physical extents %d / %d\n" for PV detailsPascal Rigaux2005-07-011-1/+4
|
* create generic function get_pv_field()Pascal Rigaux2005-07-011-3/+10
|
* add 'routeback' option for bridge interfaces in shorewall interfaces fileOlivier Blin2005-07-011-2/+7
|
* add is_bridge_interfaceOlivier Blin2005-07-011-0/+5
|
* better namePascal Rigaux2005-07-012-2/+2
|
* replace lv_nb_segments() with lv_nb_pvs()Pascal Rigaux2005-07-012-7/+11
| | | | | (which is really what lilo cares about. lilo error is "mapped boot device cannot be on multiple real devices")
* handle vgreducePascal Rigaux2005-07-012-2/+16
|
* a PV has no "Options" (bugzilla #16168)Pascal Rigaux2005-07-011-1/+1
|
* in standalone, missing dmraid implies we don't have dmraid devices, so make ↵Pascal Rigaux2005-07-011-0/+2
| | | | it clean and don't call dmraid
* mkinitrd only handle ext2/ext3 labels, so disallow labels on "/" for other ↵Pascal Rigaux2005-07-011-1/+2
| | | | fs types
* don't spawn a new shell if it's already running (useful when using the ↵Pascal Rigaux2005-07-011-1/+4
| | | | no-reboot-restart-install blino trick)
* better error message, and translate itPascal Rigaux2005-07-011-1/+1
|
* lilo only accept /boot (or /) on a LV if it uses only one PV, so correctly ↵Pascal Rigaux2005-07-012-5/+16
| | | | warn/error this
* allow restarting a failed auto_install without rebooting (a la blino)Pascal Rigaux2005-07-011-1/+6
|
* remove unneeded requires, added in the wrong place...Olivier Blin2005-07-011-5/+0
|
* add nvu in CAT_WWW CAT_DEVELOPMENTFlorent Villard2005-07-011-0/+2
|
* load bloaty DBus binding on demand (since we don't actually use it for now)Thierry Vignaud2005-06-301-2/+7
|
* do not load bloat POSIXThierry Vignaud2005-06-301-3/+2
|
* add setlocate() and LC_COLLATE for common.pmThierry Vignaud2005-06-301-0/+9
|
* rename setlocale() as init_setlocale() since it's more meaninfull regarding ↵Thierry Vignaud2005-06-304-4/+4
| | | | its purpose
* sanitize network::activefwThierry Vignaud2005-06-303-11/+11
|
* (format_date) do not load the bloaty POSIX moduleThierry Vignaud2005-06-301-2/+2
|
* (strftime) add it thus avoiding to load bloaty POSIX in net_appletThierry Vignaud2005-06-301-0/+22
|
* Remove rpm include dir from Makefile_cRafael Garcia-Suarez2005-06-301-1/+1
|
* fix typo in previous commitPascal Rigaux2005-06-301-1/+1
|
* module gzloop is needed to losetup a clpPascal Rigaux2005-06-301-0/+1
|
* 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-293-13/+4
| | | | | | 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 imageFlorent Villard2005-06-292-0/+0
|
* new mandriva titleFlorent Villard2005-06-291-0/+0
|
* *** empty log message ***Pascal Rigaux2005-06-291-0/+14
|
* {mntpoint} is not set, so take the last ext3 partition as being /homePascal Rigaux2005-06-291-10/+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
* - don't save /home and want a size <1GB (since it will be grown to fit disk)Pascal Rigaux2005-06-291-5/+17
| | | | | | | - fix keeping the small size of the existing windows partition (otherwise the filesystem is small in a (much) bigger partition) - remove "windows" entry from lilo.conf if windows not there
* *** empty log message ***Pascal Rigaux2005-06-281-0/+225
|
* try to cleanup fs.pmPascal Rigaux2005-06-2824-406/+430
| | | | | | | | | | | | | | | | | | | | | | | | (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