summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
Commit message (Expand)AuthorAgeFilesLines
...
* don't add /dev/pts line in fstab anymore (it's done in initrd and udev)Pascal Rigaux2004-09-221-1/+0
* perl_checker compliancePascal Rigaux2004-09-201-1/+1
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-2/+8
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be a...Pascal Rigaux2004-09-201-3/+2
* - ignore first line of /proc/swapsPascal Rigaux2004-09-071-3/+8
* enhance based on perl_checker suggestion, but not using it :)Pascal Rigaux2004-08-121-3/+2
* allow 192.168.1.1:/exportPascal Rigaux2004-08-091-1/+1
* move mount options related stuff from fs.pm to newly created fs/mount_options.pmPascal Rigaux2004-08-031-242/+3
* *** empty log message ***Pascal Rigaux2004-08-031-1/+2
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-24/+7
* don't use supermount for {is_removable} devices when used for a boot time par...Pascal Rigaux2004-08-021-1/+1
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-48/+47
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-231-1/+1
* - move format related functions out of fs.pm to new module fs/format.pmPascal Rigaux2004-07-231-103/+15
* set {is_removable} directly in fsedit::hds()Pascal Rigaux2004-07-221-1/+0
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-30/+30
* create rationalize_options() and use it (bugzilla #3525)Pascal Rigaux2004-07-051-2/+15
* don't set {major} and {minor} to 0 when the device doesn't existPascal Rigaux2004-07-051-1/+3
* use fsedit::is_same_hd in drakupdate_fstab and revert previous change in fs::...Olivier Blin2004-06-291-2/+2
* do not add default device in device hash, it will be filled with result from ...Olivier Blin2004-06-291-1/+1
* always update $part{device} in fs::subpart_from_wild_device_name because /dev...Olivier Blin2004-06-291-2/+2
* - enhance subpart_from_wild_device_name() to handle "sda" the same as "/dev/s...Pascal Rigaux2004-06-251-21/+35
* - new function subpart_from_wild_device_name()Pascal Rigaux2004-06-151-20/+38
* - stop mounting ext3 partitions using type ext2 during installPascal Rigaux2004-06-021-5/+1
* new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ...Pascal Rigaux2004-05-271-1/+1
* new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ...Pascal Rigaux2004-05-271-1/+1
* really handle LABEL=XXX in fstab (as used by redhat) (no xfs labels yet)Pascal Rigaux2004-05-131-9/+11
* don't prefer_devfs_name when reading /proc/mounts (which uses devfs names)Pascal Rigaux2004-05-061-4/+4
* fix drakupdate_fstab adding twice an entry in fstab, one with the old name, o...Pascal Rigaux2004-05-011-1/+6
* allow mounting type devptsPascal Rigaux2004-04-051-1/+1
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-10/+10
* - do not pass options is_removable to set_default_options() since it is not a...Pascal Rigaux2004-03-231-7/+8
* no entry in fstab for zips (now cleanly done by hotplug)Pascal Rigaux2004-03-051-0/+1
* move set_loop() from formatMount_part to real_format_part to fix Format with ...Pascal Rigaux2004-03-031-3/+4
* one now need cryptoloop and aes when using encryption (kernel 2.6)Pascal Rigaux2004-03-031-4/+1
* sysfs now exists!Pascal Rigaux2004-03-031-1/+1
* add umask=0022 capability, and use it for security level 3Pascal Rigaux2004-02-201-4/+18
* *** empty log message ***Pascal Rigaux2004-01-301-1/+1
* replace iocharset= with nls= for ntfs (as instructed by Thomas Backlund, thanks)Pascal Rigaux2004-01-291-1/+1
* checking {notFormatted} must never be done alone, one must check {isFormatted...Pascal Rigaux2004-01-231-1/+1
* fix mount point /tmp/image for the cdrom in generated /etc/fstabPascal Rigaux2004-01-201-3/+5
* kernel 2.2 is deprecatedPascal Rigaux2004-01-191-1/+1
* don't write fstab entries which are notFormattedPascal Rigaux2004-01-141-1/+1
* remove a few other SIG{__DIE__}Pascal Rigaux2004-01-091-1/+0
* get_raw_hds adds removables to {raw_hds}, it doesn't overwrite itPascal Rigaux2003-11-271-1/+1
* - use the "mount" command directly in movePascal Rigaux2003-11-121-11/+14
* allow mounting devfs as well (move)Guillaume Cottenceau2003-10-091-1/+1
* fix error messagePascal Rigaux2003-09-221-1/+1
* ensure that a number is not written as the type in fstabPascal Rigaux2003-09-171-1/+1
* add description for option "umask=0" (bug #4310)Pascal Rigaux2003-09-021-0/+2