summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount.pm
Commit message (Collapse)AuthorAgeFilesLines
* add support for F2FSThierry Vignaud2020-03-181-1/+1
|
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* load fuse module automatically when trying to mount NTFS-3G (mga#5685)Thierry Vignaud2012-09-201-0/+1
|
* adapt to usbfs death (3/4): usbfs is dead with kernel-3.5 (and usbdevfsThierry Vignaud2012-08-301-1/+1
| | | | is dead for quite a long time too)
* adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usbThierry Vignaud2012-08-301-3/+2
| | | | instead of /proc/bus/usb
* no need to create /dev/zero and the like, udev already did itThierry Vignaud2012-05-231-2/+0
| | | | | quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode
* kill dead comments & code (support for kernel-2.[24].x, devfs is dead since ↵Thierry Vignaud2011-12-191-1/+1
| | | | 2.5.x kernels, ...)
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-1/+1
| | | | | - use 'LDAP' instead of 'Ldap'
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* Add initial nilfs2 supportPascal Terjan2010-04-121-1/+1
|
* - Allow resizing btrfsPascal Terjan2010-04-121-1/+1
|
* unmount swap too when unmounting all partitionsOlivier Blin2009-11-241-1/+1
|
* - diskdrake : store credentials in davfs2 secret file before mountingAurélien Lefebvre2009-08-171-0/+3
|
* - diskdrake : never pass username/password as options with davfs2Aurélien Lefebvre2009-08-171-0/+3
|
* - diskdrake:Pascal Rigaux2009-01-081-1/+1
| | | | | o --smb: cifs must be used instead of smbfs (#42483)
* - ext4dev is now stable and called ext4 in 2.6.28+Pascal Terjan2009-01-051-2/+2
|
* allow mounting ntfs-3g partitions (also fixes detection of Windows ↵Olivier Blin2008-05-301-1/+1
| | | | partitions during live installation)
* - ensure umount on loopback-mounted-file doesn't leak /dev/loopPascal Rigaux2008-03-281-0/+7
| | | | | (otherwise it breaks install from isos on disk) (#36992)
* - mount ntfs-3g as ntfs during installPascal Rigaux2008-03-141-0/+2
| | | | | (fixes adding "windows" entry in bootloader)
* (mount) handle 'auto' typeThierry Vignaud2008-02-261-1/+1
|
* (umount) fix garbaged error messages when umounting fsThierry Vignaud2007-11-131-1/+1
|
* have a more readable commentPascal Rigaux2007-11-091-1/+1
|
* add support for ext4Thierry Vignaud2007-11-061-3/+3
|
* - support for UUID (including UUID=xxx in fstab)Pascal Rigaux2007-08-311-1/+1
| | | | | (not by default for now)
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-271-1/+1
| | | | | which itself was obsoleted by Mdv One)
* - diskdrake:Pascal Rigaux2007-08-211-1/+2
| | | | | | | o fix displaying umount error message (#32273) (would need a little cleaning of stderr)
* re-sync after the big svn lossPascal Rigaux2007-04-251-26/+46
|
* remove encryption=xxx and encrypted option before passing them to mount() ↵Pascal Rigaux2005-08-101-1/+3
| | | | since we take care of the encrypted loopback ourself (bugzilla #17142)
* workaround missing nls_xxx module during install differentlyPascal Rigaux2005-08-021-0/+2
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-0/+197
(to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore