summaryrefslogtreecommitdiffstats
path: root/perl-install/devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* Prefer using UUID for mmcblk and nvme devices (mga#28111)Martin Whitaker2021-01-191-1/+1
| | | | | This avoids boot failure if the kernel enumerates those devices differently.
* fix up nvme, its nvme + num + 'n' + num + 'p' + numThomas Backlund2016-02-141-1/+1
|
* detect partitions on nvme devices (mga#17743)Thomas Backlund2016-02-141-1/+1
|
* fix latest commitThierry Vignaud2015-04-121-1/+1
| | | | unparsable perl cannot have been tested...
* - dont force 'p' for dmraid partitions, it's conditional dependingThomas Backlund2015-04-121-1/+1
| | | | on device naming like dmraid, kpartx and kernel handles it
* fix creating RAID devices (mga#15400)Thierry Vignaud2015-03-271-0/+1
| | | | | regression fixed by reverting a line from commit 329701ba075af74ae6d7f857f62c35c942c24486
* do not bother creating /dev/fd[01]Thierry.Vignaud2014-06-191-1/+1
| | | | now done by udev
* (get_dynamic_major) kill it now it's unusedThierry.Vignaud2014-06-181-5/+0
|
* those are way obsolete...Thierry.Vignaud2014-06-181-2/+0
|
* kill support for obsolete CD driversThierry.Vignaud2014-06-181-11/+1
| | | | | those were killed in 2007 see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/cdrom?id=f3f541f9ded9dd37edca103dd3be49bfbd9e730d
* do not even try to create basic /dev nodesThierry.Vignaud2014-06-181-24/+0
| | | | | Those should be handled by udev. Live install should be tested as some were added for it.
* let udev handles /dev/urandomThierry.Vignaud2014-06-181-2/+0
| | | | | basically reverting commit 58f604869ed79dd73e01a4955efbadd97226635d ("lvm2 uses urandom")
* let udev creates '/dev/mapper/control'Thierry.Vignaud2014-06-181-7/+0
|
* remove support for ataraidThierry.Vignaud2014-06-181-5/+0
| | | | | | was killed in kernel on 2002-08-16, obsolete since kernel-2.6... See https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=12105c896098faf822e882f3495fee485c2ebaa5
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-1/+0
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* recognize partitions on eMMC (mga#11812)Thierry Vignaud2013-12-031-1/+1
|
* fix path ( UsrMove )Nicolas Lécureuil2013-09-161-1/+1
|
* Do not use /dev/inside prefix.Colin Guthrie2013-04-181-1/+1
| | | | | | | | | | | | As /dev/ is bind mounted into the prefix, we should always refer to /dev/ directly. In particular this is needed inside wild_device.pm which is often used before the prefix is even ready (i.e. when configuring existing partitions). A specific problem here was detecting the major/minor numbers of partitions which failed because the device node was being searched for inside the prefix but we'd not even unlocked the encrypted / partition yet to mount it... catch 22. mga#5661
* use factorized crypto modules listThierry Vignaud2012-09-041-1/+1
|
* (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵Thierry Vignaud2012-05-231-2/+2
| | | | | | support for XenBlk discs needs testing
* perl_checker cleanupsThierry Vignaud2012-03-231-3/+3
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------
* lookup major:minor of devices outside $::prefixPascal Terjan2010-06-041-2/+2
|
* add missing prefixOlivier Blin2010-05-041-1/+1
|
* Look for device inside chrootPascal Terjan2010-05-031-1/+1
|
* get major/minor of device mapper correctly now that they are linksPascal Terjan2010-05-031-0/+10
|
* revert specific mmcblk handling code, works fine through /proc/partitions parserOlivier Blin2010-03-081-5/+0
|
* handle creation of mmcblk devices (useful on Efika MX)Olivier Blin2010-03-011-0/+5
|
* fix sysfs pathOlivier Blin2009-12-141-1/+1
|
* fix handling hdX/sdX devices (#53107)Olivier Blin2009-11-101-1/+1
|
* add back ram devices support (used by draklive, broken in 258009)Olivier Blin2009-10-061-0/+4
|
* (should_prefer_UUID) simplifyThierry Vignaud2009-09-181-1/+1
|
* (simple_partition_scan) orderThierry Vignaud2009-09-181-1/+1
|
* prefer UUID on VirtIO tooPascal Terjan2009-09-181-2/+2
|
* fix two crashes on handling devicesPascal Terjan2009-08-101-4/+6
|
* lookup unlisted devices in /sys (or /proc) when looking for major/minor of a ↵Pascal Terjan2009-06-191-24/+26
| | | | device (#49339)
* handle virtio when looking for major/minor of a block device (#49339)Pascal Terjan2009-06-191-1/+1
|
* fix crypto module names when arch is not i586 (#46814)Pascal Terjan2009-04-021-1/+1
|
* load cbc module for encrypted loopPascal Terjan2009-02-111-1/+1
|
* (entry) fix retrieving major/minor for whole discs (regressionThierry Vignaud2008-12-181-1/+2
| | | | | introduced in previous commit (r250534))
* (entry) use sysfs in order to discover major/minor for SCSI likeThierry Vignaud2008-12-181-3/+2
| | | | | devices since they're dynamic with kernel-2.6.28+
* (make) fix racing with udev (#41832)Thierry Vignaud2008-12-151-1/+3
|
* - dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182)Pascal Rigaux2008-09-261-1/+1
|
* - bootloader-config:Pascal Rigaux2008-09-171-0/+5
| | | | | | | o --action migrate-to-uuids: do not migrate software raid to UUID (#43928) also fix a small typo in bootloader-config
* - bootloader-config:Pascal Rigaux2008-09-161-0/+5
| | | | | | | o fix reading existing grub conf in present of /dev/mapper/xxxx0p1 partitions (which was causing bootloader-config to drop correct entries, cf #37722)
* create udev nodes configuration file in /etc/udev/devices.d/ instead of ↵Olivier Blin2007-04-301-3/+2
| | | | conf.d (used for modem and mouse)
* do not try to configure dvd devices during install since /dev is wiped out ↵Olivier Blin2007-04-301-1/+1
| | | | at reboot
* re-sync after the big svn lossPascal Rigaux2007-04-251-32/+18
|
* add some useful devices for live systems buildOlivier Blin2005-11-221-0/+6
|