Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -3/+3 |
| | | | | | | | | | | | - fs::set_all_default_options() -> fs::mount_options::set_all_default() - fs::mount_options_pack() -> fs::mount_options::pack() - fs::mount_options_unpack() -> fs::mount_options::unpack() - fs::rationalize_options() -> fs::mount_options::rationalize() - fs::set_default_options() -> fs::mount_options::set_default() - fs::mount_options() -> fs::mount_options::list() - fs::mount_options_help() -> fs::mount_options::help() | ||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | use fsedit::is_same_hd in drakupdate_fstab and revert previous change in ↵ | Olivier Blin | 2004-06-29 | 1 | -1/+1 |
| | | | | fs::subpart_from_wild_device_name (do not fill both devfs_device and device fields) | ||||
* | merge floppies support from MDK-10-branch | Thierry Vignaud | 2004-06-18 | 1 | -2/+6 |
| | |||||
* | really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet) | Pascal Rigaux | 2004-05-13 | 1 | -1/+1 |
| | |||||
* | don't prefer_devfs_name when reading /proc/mounts (which uses devfs names) | Pascal Rigaux | 2004-05-06 | 1 | -1/+1 |
| | |||||
* | fix drakupdate_fstab adding twice an entry in fstab, one with the old name, ↵ | Pascal Rigaux | 2004-05-01 | 1 | -1/+5 |
| | | | | one with the devfs name | ||||
* | - do not pass options is_removable to set_default_options() since it is not ↵ | Pascal Rigaux | 2004-03-23 | 1 | -1/+1 |
| | | | | | | | | | a global options - replace it with a flag in the part or raw_hd - set is_removable for part from usb drive - ensure usb partitions are not checked at boot time (freq field in fstab) | ||||
* | choose wether to use supermount is now based on variable SUPERMOUNT in ↵ | Pascal Rigaux | 2004-03-16 | 1 | -1/+1 |
| | | | | /etc/sysconfig/dynamic | ||||
* | - device_name_to_entry() will not fail anymore so that removing a device works | Pascal Rigaux | 2004-03-03 | 1 | -3/+7 |
| | | | | | | - log calls to drakupdate_fstab - use "find" instead of "grep" where possible | ||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | fix typo (pixel sux) | Pascal Rigaux | 2003-09-15 | 1 | -1/+1 |
| | |||||
* | re-enable supermount | Pascal Rigaux | 2003-09-09 | 1 | -1/+1 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -7/+9 |
| | |||||
* | have fd0 & fd1 be recognised as known entries, even if we don't probe them | Pascal Rigaux | 2003-03-12 | 1 | -0/+1 |
| | | | | | (useful for harddrake) | ||||
* | allow removing device "non kudzu flagged" (for harddrake) | Pascal Rigaux | 2003-02-27 | 1 | -3/+4 |
| | |||||
* | help perl_checker | Pascal Rigaux | 2003-02-13 | 1 | -2/+2 |
| | |||||
* | any::get_secure_level() doesn't exist anymore, use security::level::get() ↵ | Pascal Rigaux | 2002-12-19 | 1 | -1/+2 |
| | | | | instead (fix titi change) | ||||
* | fix blind copyright copy | Thierry Vignaud | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | use flag "kudzu" for entries automatically handled by drakupdate_fstab | Pascal Rigaux | 2002-09-11 | 1 | -0/+11 |
| | |||||
* | force non-supermount, supermount is too buggy | Pascal Rigaux | 2002-09-09 | 1 | -1/+1 |
| | |||||
* | do not use standalone (so that no "explaination" are generated) | Pascal Rigaux | 2002-09-04 | 1 | -2/+2 |
| | |||||
* | fix check_hard_drives | Pascal Rigaux | 2002-08-29 | 1 | -1/+2 |
| | |||||
* | in --auto, print the mount points add/removed for use in hotplug | Pascal Rigaux | 2002-08-29 | 1 | -4/+13 |
| | |||||
* | - add option --auto | Pascal Rigaux | 2002-08-29 | 1 | -1/+19 |
| | | | | | - when --auto, ignore actions on partitions when the drive has extended partitions | ||||
* | new prog drakupdate_fstab | Pascal Rigaux | 2002-08-28 | 1 | -0/+123 |