summaryrefslogtreecommitdiffstats
path: root/rescue/guessmounts
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Move files around and introduce proper dep tracking.Colin Guthrie2013-12-071-145/+0
| | | | | | | | This moves any perl files into bin and sbin folders which will be directly installed in /usr/bin and /usr/sbin. This is done such that the extract modes in list.xml still work and the files end up in the right places. All other files have been moved into the tree folder in their final destination.
* enable to abort choosing distro to rescue (mga#9765)Thierry Vignaud2013-04-301-1/+5
|
* trim ending "\n" (needed for next commit)Thierry Vignaud2013-04-301-0/+1
|
* warn that i586 cannot rescue x86_64 (mga#8696)Thierry Vignaud2013-04-061-0/+3
|
* offer to pick the distro to rescue when there's more than oneThierry Vignaud2013-04-061-1/+15
|
* retrieve more info from installed OSesThierry Vignaud2013-04-061-2/+5
| | | | (needed for next commit)
* default to the higher version when there're several mga roots (mga#6003)Thierry Vignaud2012-05-231-0/+2
|
* explainThierry Vignaud2012-05-231-0/+1
|
* do not reinvent lvm::init() and thus share future improvementsThierry Vignaud2012-05-231-2/+4
|
* reduce scope of some variablesThierry Vignaud2012-05-231-2/+3
|
* fix detecting RAID (mga#5048)Thierry Vignaud2012-04-181-1/+1
|
* do not try to alter /etc/mtab, it's linked on /proc anyway..., mount /proc ↵Thierry Vignaud2012-01-251-1/+1
| | | | instead
* only consider fstab from the selected fsThierry Vignaud2012-01-251-2/+3
|
* fix mounting / (mga#3327)Thierry Vignaud2012-01-251-3/+8
|
* fix a message (this is _not_ N("...%s..", "foobar"))Thierry Vignaud2012-01-251-2/+1
|
* fix mounting / on soft RAID or crypted LV (mga#3778 & mga#448)Thierry Vignaud2012-01-251-0/+2
|
* fix mounting / on LVThierry Vignaud2012-01-251-0/+2
|
* prefer Mageia root partitions over Mdv ones (#1320)Thierry Vignaud2011-08-051-6/+11
|
* 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 ------------------------------------------------------------------------
* use lvm::detect_during_installOlivier Blin2009-10-161-2/+1
|
* Handle LVM (#44723)Pascal Terjan2009-10-161-1/+5
|
* - fix "Mounting other partitions from fstab" which use UUID=xxxPascal Rigaux2008-04-141-2/+3
|
* - handle ntfs-3g in fstabPascal Rigaux2008-03-051-1/+1
|
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-3/+17
|
* move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-131-2/+2
|
* don't try to mount ntfsPascal Rigaux2005-05-041-1/+1
|
* rewrite using gi/perl-install modulesPascal Rigaux2005-04-251-76/+45
|
* mandriva switchPascal Rigaux2005-04-191-3/+6
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+4
|
* - copy /etc/mtab to /mnt/etc/mtab to have a nice chrooted "mount" or "df"Pascal Rigaux2003-08-031-3/+8
| | | | | - some perl_checker compliance
* honours hash in /etc/fstab to disable linesGuillaume Cottenceau2001-11-051-0/+4
|
* - add a GUI to the rescueGuillaume Cottenceau2001-10-241-9/+21
| | | | | | | - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types
* ext3, xfs, jfsGuillaume Cottenceau2001-09-071-1/+4
|
* pixelization (tested!)Pascal Rigaux2001-06-101-18/+21
|
* - add 'guessmounts' that mimics RH's detecting of partitions when rescue startsGuillaume Cottenceau2001-06-101-0/+80