diff options
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/NEWS | 2 | ||||
-rw-r--r-- | rescue/list.xml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index 753d09e9c..c1be06220 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- 80-net-name-slot.rules is replaced with 99-default.link + Version 1.48 - 18 September 2014 by Thomas Backlund - killall5 is no more needed diff --git a/rescue/list.xml b/rescue/list.xml index f5c032962..8d3c2d512 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -280,6 +280,10 @@ system-generators/systemd-fstab-generator </from> +<from dir="/usr/lib/systemd/network"> + 99-default.link +</from> + <from dir="/usr/lib/systemd/system"> cryptsetup.target dbus.service @@ -374,7 +378,6 @@ 63-md-raid-arrays.rules 64-md-raid-assembly.rules 75-net-description.rules - 80-net-name-slot.rules 95-dm-notify.rules </from> |