summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-03-02 15:12:32 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-03-02 15:12:32 +0000
commitbfe11e057b8ad6f19ef4b8b973d421af15dd2da1 (patch)
treee96a8ea22834489e108538cae4530ce910bbdc77 /src
parent52ba53b5cba2b0a98d47d3d4d3dafe19f4f71f9d (diff)
downloadbootloader-theme-bfe11e057b8ad6f19ef4b8b973d421af15dd2da1.tar
bootloader-theme-bfe11e057b8ad6f19ef4b8b973d421af15dd2da1.tar.gz
bootloader-theme-bfe11e057b8ad6f19ef4b8b973d421af15dd2da1.tar.bz2
bootloader-theme-bfe11e057b8ad6f19ef4b8b973d421af15dd2da1.tar.xz
bootloader-theme-bfe11e057b8ad6f19ef4b8b973d421af15dd2da1.zip
Don't warn if running a 32bit CD on a 64bit machine
Diffstat (limited to 'src')
-rw-r--r--src/common.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/common.inc b/src/common.inc
index 64ac8b6..e2bada0 100644
--- a/src/common.inc
+++ b/src/common.inc
@@ -538,11 +538,9 @@
syslinux {
32+64bit_source not {
- 64bit {
- 64bit_source not { notimeout 32bit_popup } if
- } {
- 64bit_source { notimeout 64bit_popup } if
- } ifelse
+ 64bit not 64bit_source and {
+ notimeout 64bit_popup
+ } if
} if
} if