summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/mount_point.pm
Commit message (Collapse)AuthorAgeFilesLines
* Don't suggest mountpoint for ESP when doing a legacy boot install (mga#20164).Martin Whitaker2017-02-121-1/+1
| | | | | | When doing a UEFI install, we add a fstab entry to mount the ESP on /boot/EFI. This is neither required nor desirable when doing a legacy boot install, even if an ESP is present on the disk.
* simplify through new isnormal_Fat_or_NTFS()Thierry Vignaud2015-04-121-1/+1
|
* relax checks for ESPThierry Vignaud2015-03-301-1/+1
| | | | | | - match ESP even if already mounted - drop checking if !recovery, it's useless as isESP() and isRecovery() checks for different partition types, etc
* fix getting ESP with "use free space"Thierry Vignaud2015-03-301-1/+1
| | | | make sure to not override /boot/EFI mount point with /media/win_X
* (isRecovery) move "Compaq diagnostics" test hereThierry Vignaud2015-03-301-1/+1
| | | | | | | | (needed for next commit) should have been done in commit 4b06a8a57d52b7d5447a1b487b8d33e36b4121b7 added in commit c2ef4a362e13249d8a774c7c5b7d0a8ab5df7d11
* kill sparc leftoverThierry Vignaud2015-03-251-7/+0
|
* reuse existing ESP under UEFIThierry Vignaud2015-03-201-0/+6
|
* suggests /boot/EFI when we already have oneThierry Vignaud2015-03-201-0/+4
| | | | see commit 5fd7be6bb8822a8434dcf667482771b2753a8b8d & mga#15366
* we need /boot/EFI on uefi systemsThomas Backlund2015-01-081-2/+1
|
* Switch uid/gid boundary to 1000+Colin Guthrie2014-10-201-1/+4
|
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
|
* - import stage1/drakxtools arm supportArnaud Patard2011-03-181-0/+1
|
* - import stage1/drakxtools mips supportArnaud Patard2011-03-181-0/+1
|
* 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 ------------------------------------------------------------------------
* fix detection of /var partitionPascal Terjan2010-05-241-1/+1
|
* installation mount points: reset unknown partitions types to default fs ↵Olivier Blin2009-12-151-2/+2
| | | | (ext4) instead of hardcoded ext3
* do not suggest Windows mountpoint for mounted partitions (breaks install if ↵Olivier Blin2009-11-241-1/+1
| | | | the Win partition is the installer media)
* mount windows partitions under /media instead of /mnt (#53392)Pascal Terjan2009-10-151-2/+2
|
* do not set mountpoints for rescue partitions (#53504)Pascal Terjan2009-10-061-1/+1
|
* stop setting banner icon now we do not display them anymoreThierry Vignaud2008-07-291-1/+0
|
* - do not assign a mount point to partitions of type "Compaq diagnostics"Pascal Rigaux2008-02-271-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+130