diff options
author | Colin Guthrie <colin@mageia.org> | 2013-09-30 16:18:30 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 11:34:07 +0100 |
commit | 6e6d8115db8e3cb9aa81f72bcdde848d243a0508 (patch) | |
tree | 5b9c495edaf43ee169c6535bd551fcbded29405f | |
parent | 12ce442035082d9f9a95fd07fc96e40ca6f47d98 (diff) | |
download | drakx-6e6d8115db8e3cb9aa81f72bcdde848d243a0508.tar drakx-6e6d8115db8e3cb9aa81f72bcdde848d243a0508.tar.gz drakx-6e6d8115db8e3cb9aa81f72bcdde848d243a0508.tar.bz2 drakx-6e6d8115db8e3cb9aa81f72bcdde848d243a0508.tar.xz drakx-6e6d8115db8e3cb9aa81f72bcdde848d243a0508.zip |
stage2: nclude another network interface name udev rule (mga#10947)
This isn't enough to do the actual rename as the device
is apparently busy, so some more debug to be done.
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 16495a4b8..a719cc266 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- include another network interface name udev rule (mga#10947) - diskdrake: o enable to format already formated btrfs partitions (mga#11256) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index a9d1e41fd..a28094b44 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -87,6 +87,7 @@ 60-persistent-storage.rules 64-md-raid.rules 65-md-incremental.rules + 75-net-description.rules 80-net-name-slot.rules 95-dm-notify.rules </from> |