Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - bootloader-config: | Pascal Rigaux | 2008-09-17 | 1 | -1/+1 |
| | | | | | | | o --action migrate-to-uuids: do not migrate software raid to UUID (#43928) also fix a small typo in bootloader-config | ||||
* | - do not use UUID for software raid, only for hdx and sdx | Pascal Rigaux | 2008-09-09 | 1 | -1/+7 |
| | |||||
* | use UUID by default (for diskdrake and draklive-install) | Olivier Blin | 2008-03-19 | 1 | -1/+1 |
| | |||||
* | o fix typo breaking reading fstab with UUID= entries | Pascal Rigaux | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | better use $::o->{uuid_by_default} to allow easy setting in auto_installs | Pascal Rigaux | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | - add global variable settable via "use_uuid" on kernel cmdline | Pascal Rigaux | 2007-09-04 | 1 | -1/+1 |
| | | | | | (it sets global variable $::uuid_by_default) | ||||
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 1 | -0/+7 |
| | | | | | (not by default for now) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -12/+13 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -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 |