Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not keep previous partition UUID when changing partition type | Pascal Rigaux | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2008-03-21 | 1 | -2/+3 |
| | | | | | | o fix setting mount point of a /dev/mdX (#39142) (regression introduced in 10.8) | ||||
* | - fix partition device name for some dmraid (missing "p", cf #38363) | Pascal Rigaux | 2008-03-06 | 1 | -1/+0 |
| | | | | | | | | simplifying code, since using "p" to separate device name from partition number when device name ends with a digit is standard in the kernel $hd->{prefix} is no more always created. Only used in same special cases | ||||
* | - auto allocate: do not create /home if drive is smaller than 7GB | Pascal Rigaux | 2008-03-03 | 1 | -7/+9 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2008-02-21 | 1 | -0/+2 |
| | | | | | | | | o fix switching from LABEL=xxx to /dev/yyy in fstab (#37914) merge_fstabs() was doing add2hash, replacing it with add2hash_ so that faked_device => 1 from fstab is not kept | ||||
* | - auto partitioning: ensure the "/" is bigger on small drives | Pascal Rigaux | 2008-02-12 | 1 | -2/+2 |
| | | | | | eg: on 4G hd, "/" was 2G only, it will now be 2.7G | ||||
* | cleanup | Pascal Rigaux | 2007-09-24 | 1 | -1/+1 |
| | |||||
* | create partition_table_initialize() and partition_table_clear_and_initialize() | Pascal Rigaux | 2007-09-19 | 1 | -1/+21 |
| | | | | | | which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user) | ||||
* | - fix getting UUID on mdmadm (eg: md0) devices | Pascal Rigaux | 2007-09-19 | 1 | -8/+2 |
| | | | | | | | the fix is to stop doing UUID_from_magic and LABEL_from_magic, and correctly set device_UUID and device_LABEL in the type_subpart returned by type_subpart_from_magic() | ||||
* | handle "LVM on full disk" like other partition tables | Pascal Rigaux | 2007-09-18 | 1 | -5/+0 |
| | |||||
* | fix previous commit | Pascal Rigaux | 2007-09-18 | 1 | -0/+1 |
| | |||||
* | transform ->clear_raw into the more generic ->initialize | Pascal Rigaux | 2007-09-18 | 1 | -2/+1 |
| | | | | | (useful to have a more standard partition_table::lvm) | ||||
* | - support for UUID (including UUID=xxx in fstab) | Pascal Rigaux | 2007-08-31 | 1 | -1/+3 |
| | | | | | (not by default for now) | ||||
* | - allow using diskdrake even if there is only a lvm PV on full disk available | Pascal Rigaux | 2007-08-08 | 1 | -4/+2 |
| | |||||
* | - fix range max value >2TB when creating a partition (useful for LVs >2TB) | Pascal Rigaux | 2007-08-06 | 1 | -15/+15 |
| | | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB | ||||
* | rescuept is no more in util-linux, so | Pascal Rigaux | 2007-07-31 | 1 | -32/+0 |
| | | | | | | | | - diskdrake: drop "Rescue partition table" feature (was based on rescuept which has been dropped in util-linux, but was quite bad compared to testdisk anyway) - rescue: remove rescuept (use testdisk instead, which is much nicer) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -16/+27 |
| | |||||
* | log test_for_bad_drives errors | Pascal Rigaux | 2006-02-02 | 1 | -0/+1 |
| | |||||
* | allow giving {percent_size} instead of {size} | Pascal Rigaux | 2006-01-09 | 1 | -0/+9 |
| | |||||
* | allow auto allocating partitions without giving a {mntpoint} | Pascal Rigaux | 2005-12-18 | 1 | -5/+8 |
| | |||||
* | lilo handles / on RAID1, so don't warn in that case (#20021) | Pascal Rigaux | 2005-12-02 | 1 | -2/+5 |
| | |||||
* | fix catching fs::dmraid::init() failure | Pascal Rigaux | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | do not call dmraid init() by default, call it explictly (it helps patching ↵ | Pascal Rigaux | 2005-11-08 | 1 | -1/+2 |
| | | | | dmraid) | ||||
* | increase "/" maxsize (bugzilla #19353) | Pascal Rigaux | 2005-10-19 | 1 | -5/+5 |
| | |||||
* | use vol_id to find device type (fs_type and pt_type) | Pascal Rigaux | 2005-10-18 | 1 | -6/+2 |
| | |||||
* | fix typos (thanks to Arpad Biro) | Pascal Rigaux | 2005-09-22 | 1 | -2/+2 |
| | |||||
* | increase /usr max size | Pascal Rigaux | 2005-09-19 | 1 | -2/+2 |
| | |||||
* | fs::proc_partitions::compare is no good for dmraid, but we need to check if we | Pascal Rigaux | 2005-09-19 | 1 | -2/+9 |
| | | | | | agree with the kernel, otherwise an uncatched error will occur (bugzilla #18655) | ||||
* | new option "nodmraid" do ensure we don't use dmraid | Pascal Rigaux | 2005-09-14 | 1 | -1/+1 |
| | | | | | (useful since dmraid can be unused by the user but still half working as far as dmraid knows) | ||||
* | Mask Xbox partitions hda50-54 during install too. | Stew Benedict | 2005-09-11 | 1 | -1/+1 |
| | |||||
* | use vol_id to get filesystem label (we only handled the equivalenet of e2label) | Pascal Rigaux | 2005-08-29 | 1 | -5/+2 |
| | |||||
* | have the ability to prefer primary partitions in auto_installs | Pascal Rigaux | 2005-08-08 | 1 | -2/+2 |
| | |||||
* | move skipping dmraid drives test in fsedit (and use fs::type::is_dmraid) | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | better name | Pascal Rigaux | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | replace lv_nb_segments() with lv_nb_pvs() | Pascal Rigaux | 2005-07-01 | 1 | -4/+4 |
| | | | | | (which is really what lilo cares about. lilo error is "mapped boot device cannot be on multiple real devices") | ||||
* | lilo only accept /boot (or /) on a LV if it uses only one PV, so correctly ↵ | Pascal Rigaux | 2005-07-01 | 1 | -5/+5 |
| | | | | warn/error this | ||||
* | handle dmraid device not there, keeping the raw hds | Pascal Rigaux | 2005-06-24 | 1 | -5/+2 |
| | |||||
* | handle dmraid require fail | Pascal Rigaux | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | - compute free_space per hd if needed (useful when auto-allocating on vgs ↵ | Pascal Rigaux | 2005-06-21 | 1 | -5/+11 |
| | | | | | | | with still free space on hd) - fix verifying enough space for next allocate | ||||
* | initial dmraid support | Pascal Rigaux | 2005-06-20 | 1 | -0/+28 |
| | |||||
* | - change prototype of fs::get_major_minor() | Pascal Rigaux | 2005-06-20 | 1 | -1/+1 |
| | | | | | | - use it in fs::proc_partitions::compare() (not useful at the moment, but it may help in the future) | ||||
* | fsedit::is_same_hd is now fs:get::is_same_hd | Pascal Rigaux | 2005-06-13 | 1 | -14/+0 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -91/+5 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -2/+2 |
| | | | | | (since it's tightly tight to many fs* things) | ||||
* | auto_install support for creating LABELed devices | Pascal Rigaux | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | add /usr/local and /opt to suggestions_mntpoints | Pascal Rigaux | 2005-04-03 | 1 | -2/+1 |
| | |||||
* | when the partition table is empty, try to see if we are not using the plain disk | Pascal Rigaux | 2005-02-08 | 1 | -2/+6 |
| | |||||
* | $hd is now unused, no need to pass it | Pascal Rigaux | 2005-02-01 | 1 | -4/+4 |
| | |||||
* | - create fs::type::directories_needed_to_boot() and use it | Pascal Rigaux | 2005-01-28 | 1 | -1/+1 |
| | | | | | | - for removable drives used for / /usr and the like, ensure we check it at boot time (bugzilla #13283) | ||||
* | add option no_bad_drives (to workaround bugzilla #12766) | Pascal Rigaux | 2004-12-22 | 1 | -1/+1 |
| |