summaryrefslogtreecommitdiffstats
path: root/perl-install/fsedit.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typoPascal Rigaux2004-09-061-1/+1
* detect linux software raid magicPascal Rigaux2004-09-061-2/+9
* flags is optionalPascal Rigaux2004-08-091-2/+2
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-53/+10
* reverted an unneeded string changePablo Saratxaga2004-08-061-1/+1
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-128/+22
* fsedit::check_fs_type() is now fs::type::check()Pascal Rigaux2004-08-021-8/+1
* - move package_needed_for_partition_type() from fsedit to fs::formatPascal Rigaux2004-08-021-10/+0
* merge hds() in get_hds() to correctly handle catching cdie when the device is...Pascal Rigaux2004-07-291-31/+42
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-77/+56
* shorter and fasterPascal Rigaux2004-07-221-4/+6
* set {is_removable} directly in fsedit::hds()Pascal Rigaux2004-07-221-0/+4
* *** empty log message ***Pascal Rigaux2004-07-221-1/+1
* *** empty log message ***Pascal Rigaux2004-07-221-0/+1
* change_pt_type() must return a boolean valuePascal Rigaux2004-07-151-0/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-45/+45
* create rationalize_options() and use it (bugzilla #3525)Pascal Rigaux2004-07-051-1/+2
* in is_same_hd(), both hds can have {device} unset, it doesn't mean they are t...Pascal Rigaux2004-06-291-1/+1
* rename is_same_part to are_same_partitions (not that much clear, but at least...Pascal Rigaux2004-06-151-1/+2
* use "find { ... }"Pascal Rigaux2004-06-151-2/+2
* new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ...Pascal Rigaux2004-05-271-1/+3
* really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet)Pascal Rigaux2004-05-131-0/+10
* fix drakupdate_fstab adding twice an entry in fstab, one with the old name, o...Pascal Rigaux2004-05-011-1/+2
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-16/+16
* disallow lvm on / with no /boot until lilo handles itPascal Rigaux2004-03-111-1/+4
* /proc/partitions parsing was broken for scsi cdroms using non-devfs names, andPascal Rigaux2004-03-081-6/+5
* type 0x17 *can* be ntfs, assuming it is when we don't care much, and check if...Pascal Rigaux2004-02-181-2/+3
* - remove the use of BLKRRPART (telling the kernel to re-read the partition ta...Pascal Rigaux2004-01-151-1/+3