summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
Commit message (Expand)AuthorAgeFilesLines
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-1/+3
* - allow using diskdrake even if there is only a lvm PV on full disk availablePascal Rigaux2007-08-081-4/+2
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-15/+15
* rescuept is no more in util-linux, soPascal Rigaux2007-07-311-32/+0
* re-sync after the big svn lossPascal Rigaux2007-04-251-16/+27
* log test_for_bad_drives errorsPascal Rigaux2006-02-021-0/+1
* allow giving {percent_size} instead of {size}Pascal Rigaux2006-01-091-0/+9
* allow auto allocating partitions without giving a {mntpoint}Pascal Rigaux2005-12-181-5/+8
* lilo handles / on RAID1, so don't warn in that case (#20021)Pascal Rigaux2005-12-021-2/+5
* fix catching fs::dmraid::init() failurePascal Rigaux2005-11-211-1/+1
* do not call dmraid init() by default, call it explictly (it helps patching dm...Pascal Rigaux2005-11-081-1/+2
* increase "/" maxsize (bugzilla #19353)Pascal Rigaux2005-10-191-5/+5
* use vol_id to find device type (fs_type and pt_type)Pascal Rigaux2005-10-181-6/+2
* fix typos (thanks to Arpad Biro)Pascal Rigaux2005-09-221-2/+2
* increase /usr max sizePascal Rigaux2005-09-191-2/+2
* fs::proc_partitions::compare is no good for dmraid, but we need to check if wePascal Rigaux2005-09-191-2/+9
* new option "nodmraid" do ensure we don't use dmraidPascal Rigaux2005-09-141-1/+1
* Mask Xbox partitions hda50-54 during install too.Stew Benedict2005-09-111-1/+1
* use vol_id to get filesystem label (we only handled the equivalenet of e2label)Pascal Rigaux2005-08-291-5/+2
* have the ability to prefer primary partitions in auto_installsPascal Rigaux2005-08-081-2/+2
* move skipping dmraid drives test in fsedit (and use fs::type::is_dmraid)Pascal Rigaux2005-07-011-1/+1
* better namePascal Rigaux2005-07-011-1/+1
* replace lv_nb_segments() with lv_nb_pvs()Pascal Rigaux2005-07-011-4/+4
* lilo only accept /boot (or /) on a LV if it uses only one PV, so correctly wa...Pascal Rigaux2005-07-011-5/+5
* handle dmraid device not there, keeping the raw hdsPascal Rigaux2005-06-241-5/+2
* handle dmraid require failPascal Rigaux2005-06-231-1/+1
* - compute free_space per hd if needed (useful when auto-allocating on vgs wit...Pascal Rigaux2005-06-211-5/+11
* initial dmraid supportPascal Rigaux2005-06-201-0/+28
* - change prototype of fs::get_major_minor()Pascal Rigaux2005-06-201-1/+1
* fsedit::is_same_hd is now fs:get::is_same_hdPascal Rigaux2005-06-131-14/+0
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-91/+5
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-2/+2
* auto_install support for creating LABELed devicesPascal Rigaux2005-06-011-1/+1
* add /usr/local and /opt to suggestions_mntpointsPascal Rigaux2005-04-031-2/+1
* when the partition table is empty, try to see if we are not using the plain diskPascal Rigaux2005-02-081-2/+6
* $hd is now unused, no need to pass itPascal Rigaux2005-02-011-4/+4
* - create fs::type::directories_needed_to_boot() and use itPascal Rigaux2005-01-281-1/+1
* add option no_bad_drives (to workaround bugzilla #12766)Pascal Rigaux2004-12-221-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-9/+9
* moving partitions never really worked and is disabled since yearsPascal Rigaux2004-11-251-56/+0
* saferPascal Rigaux2004-11-251-1/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
* handle more nicely raw_lvm_PV (don't simply ignore them)Pascal Rigaux2004-11-161-6/+18
* don't die when failing to open a device (to get its geometry), skip it insteadPascal Rigaux2004-09-291-1/+1
* increase the max size of the swapPascal Rigaux2004-09-241-3/+3
* fix an old ugly typoPascal Rigaux2004-09-221-1/+1
* try to get geometry from EDDPascal Rigaux2004-09-171-4/+6
* explicit scalar false value (otherwise it gives () in list context)Pascal Rigaux2004-09-151-6/+6
* - ensure {is_removable} field is there for created partitions, not only exist...Pascal Rigaux2004-09-141-1/+1
* some more loggingPascal Rigaux2004-09-061-0/+2