summaryrefslogtreecommitdiffstats
path: root/perl-install/fs.pm
Commit message (Expand)AuthorAgeFilesLines
* Make fs::get_major_minor() unconditionally read the device numbers.Martin Whitaker2018-01-091-1/+1
* Fix typo (mga#10179)16.66Rémi Verschelde2015-03-051-1/+1
* add "nofail" option to "foreign" mountpoints to avoid unwantedAnne Nicolas2015-03-051-1/+5
* do not crash if fstab contains a bind mountThierry Vignaud2014-11-251-1/+3
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* simplify using member()Thierry.Vignaud2014-05-281-1/+1
* drop disabling supermountThierry Vignaud2014-03-141-21/+0
* - perl -pi -e 's!mountpoint!mount point!'Ahmad Samir2011-04-041-1/+1
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* - diskdrake : when user does not specify user/pass with davfs2, fallback to n...Aurélien Lefebvre2009-08-171-1/+1
* remove extents options on ext4 when updating fstabPascal Terjan2009-03-041-0/+4
* revert unwanted part of partital commitPascal Terjan2009-02-131-4/+1
* diskdrake: allow resizing on lvm for mounted ext3/4 and not mounted xfsPascal Terjan2009-02-131-1/+4
* hum, the switch to cifs suggested in #42483 was only partially done, commentPascal Rigaux2009-01-091-6/+3
* (write_fstab) fix crashing on writing fstab when using SMB (#46084)Thierry Vignaud2008-12-151-0/+1
* - diskdrakePascal Rigaux2008-11-061-6/+20
* create fstab.old when writing fstabPascal Rigaux2008-09-261-0/+1
* - diskdrake:Pascal Rigaux2008-09-181-1/+2
* - no more /media/cdrom in fstab by defaultPascal Rigaux2008-03-031-1/+1
* - diskdrake:Pascal Rigaux2008-02-211-1/+1
* 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