summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-05 17:37:18 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-05 17:37:18 +0000
commitcca12d476d72e22e72e6282ddbff4e852a344418 (patch)
treecf6096f312aafc4849db144f8806cb0173b7deb8 /rescue
parent723c19fa3df1147ab2d8d7065bd06a300b984b8a (diff)
downloaddrakx-backup-do-not-use-cca12d476d72e22e72e6282ddbff4e852a344418.tar
drakx-backup-do-not-use-cca12d476d72e22e72e6282ddbff4e852a344418.tar.gz
drakx-backup-do-not-use-cca12d476d72e22e72e6282ddbff4e852a344418.tar.bz2
drakx-backup-do-not-use-cca12d476d72e22e72e6282ddbff4e852a344418.tar.xz
drakx-backup-do-not-use-cca12d476d72e22e72e6282ddbff4e852a344418.zip
32bit grub needs 32 bit loader (mga#5191), which install-xml-file-list
doesn't pull b/c it only looks at lib*.so, not ld*
Diffstat (limited to 'rescue')
-rw-r--r--rescue/NEWS1
-rw-r--r--rescue/list.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 121d9cd37..9b03c4f49 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,4 +1,5 @@
- add chrooted rescue system in PATH
+- 32bit grub needs 32 bit loader (mga#5191)
Version 1.34 - 26 February 2012, by Maarten Vanraes (AL13N)
diff --git a/rescue/list.xml b/rescue/list.xml
index 0b50d80eb..4edde5f73 100644
--- a/rescue/list.xml
+++ b/rescue/list.xml
@@ -279,6 +279,12 @@
<filter command="strip">
+ <!-- 32bit grub needs 32 bit loader -->
+ <if ARCH="x86_64">
+ <from dir="/lib">
+ ld-linux*.so.2
+ </from>
+ </if>
<from dir="/LIB">
libnss_files.so.2
libnss_dns.so.2