diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-01-08 21:36:43 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-01-08 21:36:43 +0159 |
commit | 7bc0ade3e7c4d92928f891332701e0366870c379 (patch) | |
tree | d3c28e2e9f0f09595a27881b557b42bd7fe734e6 /rescue | |
parent | d7542027aca562d1ab2521eea0b872fb9330fe34 (diff) | |
download | drakx-7bc0ade3e7c4d92928f891332701e0366870c379.tar drakx-7bc0ade3e7c4d92928f891332701e0366870c379.tar.gz drakx-7bc0ade3e7c4d92928f891332701e0366870c379.tar.bz2 drakx-7bc0ade3e7c4d92928f891332701e0366870c379.tar.xz drakx-7bc0ade3e7c4d92928f891332701e0366870c379.zip |
add efibootmgr on x86_64 rescue media
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"> |