summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
Commit message (Expand)AuthorAgeFilesLines
* ensure "defaults" mount option is set in fstabPascal Rigaux2007-09-171-1/+1
* - library: have "defaults" mount option instead of empty string (for rescue)Pascal Rigaux2007-09-101-1/+1
* - diskdrakePascal Rigaux2007-09-041-1/+5
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-1/+5
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-14/+7
* re-sync after the big svn lossPascal Rigaux2007-04-251-18/+13
* try to cleanup fs.pmPascal Rigaux2005-06-281-321/+7
* - change prototype of fs::get_major_minor()Pascal Rigaux2005-06-201-5/+8
* fsedit::is_same_hd is now fs:get::is_same_hdPascal Rigaux2005-06-131-2/+2
* fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice na...Pascal Rigaux2005-06-131-4/+0
* don't need use MDK::Common... when we have "use common" (which is the standar...Pascal Rigaux2005-06-101-2/+0
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-8/+8
* (mount_part) stop removing lost+found (#16173) (pixel's changelog was "no_com...Thierry Vignaud2005-06-081-1/+0
* (mount) use 'soft' & 'intr' options for nfs mountsThierry Vignaud2005-06-071-1/+1
* handle nfs mount (since we now use the /bin/mount instead of the syscall, we ...Pascal Rigaux2005-06-071-2/+4
* merge_fstabs doesn't mess around with options anymore in "loose" modePascal Rigaux2005-06-011-1/+0
* ensure reading existing fstab in suggest_mount_points doesn't get its optionsPascal Rigaux2005-06-011-4/+7
* nicer logPascal Rigaux2005-06-011-1/+1
* use command mount instead of using directly the syscall (allows some cleanup)Pascal Rigaux2005-06-011-56/+60
* (mount) let's support ntfs and reorder fs list btw (#3653)Thierry Vignaud2005-02-091-2/+2
* new kernel doesn't like usbdevfs any more, it wants usbfsPascal Rigaux2005-02-081-1/+8
* - create fs::type::directories_needed_to_boot() and use itPascal Rigaux2005-01-281-1/+1
* fs::formatMount_all() parameter wait_message is no more optional (though you ...Pascal Rigaux2005-01-061-2/+2
* part2wild_device_name('', $part) is better than devices::make($part->{device}...Pascal Rigaux2005-01-051-1/+1
* handle spaces in usernamePascal Rigaux2005-01-051-4/+2
* - fs::mount() wants a real device or a faked one, but doesn't accept things l...Pascal Rigaux2004-12-211-5/+6
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
* remove unused varPascal Rigaux2004-11-251-2/+0
* we don't use /tmp for devices anymorePascal Rigaux2004-11-251-2/+2
* - create analyze_wild_device_name() out of subpart_from_wild_device_name()Pascal Rigaux2004-11-251-40/+66
* more intelligent sort of fstab to handle loopback files or bind directory (bu...Pascal Rigaux2004-11-251-3/+22
* fix {device_alias} containing /dev/xxx instead of xxx. The bug wasPascal Rigaux2004-11-231-6/+6
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-1/+1
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-3/+3
* fix typoPascal Rigaux2004-09-271-1/+1
* silently ignore encrypted filesystems with no encrypt_keyPascal Rigaux2004-09-221-0/+3
* 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