diff options
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/NEWS | 2 | ||||
-rw-r--r-- | rescue/list.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/rescue/NEWS b/rescue/NEWS index 8198664c1..1e43ef866 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- add efibootmgr on x86_64 + Version 1.49 - 18 September 2014 by Thomas Backlund - 80-net-name-slot.rules is replaced with 99-default.link diff --git a/rescue/list.xml b/rescue/list.xml index 8d3c2d512..3a846d25a 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -137,7 +137,7 @@ <if ARCH="i.86|x86_64"> grub grub-install </if> - <if ARCH="ia64"> + <if ARCH="x86_64"> efibootmgr </if> <if ARCH="ppc"> |