summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/wild_device.pm
Commit message (Collapse)AuthorAgeFilesLines
* use UUID by default (for diskdrake and draklive-install)Olivier Blin2008-03-191-1/+1
|
* o fix typo breaking reading fstab with UUID= entriesPascal Rigaux2007-09-141-1/+1
|
* better use $::o->{uuid_by_default} to allow easy setting in auto_installsPascal Rigaux2007-09-041-1/+1
|
* - add global variable settable via "use_uuid" on kernel cmdlinePascal Rigaux2007-09-041-1/+1
| | | | | (it sets global variable $::uuid_by_default)
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-0/+7
| | | | | (not by default for now)
* re-sync after the big svn lossPascal Rigaux2007-04-251-12/+13
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-0/+101
(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