summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-01-23 09:53:40 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-01-23 09:53:40 +0000
commit475987400c68555f8249a50a447ede3f536c455d (patch)
treecb535a3be584582ae0d97089d6be622b526a1fc8 /images
parent9a93f1c169140e1a7b42717d50caefdfbb26a3ba (diff)
downloaddrakx-backup-do-not-use-475987400c68555f8249a50a447ede3f536c455d.tar
drakx-backup-do-not-use-475987400c68555f8249a50a447ede3f536c455d.tar.gz
drakx-backup-do-not-use-475987400c68555f8249a50a447ede3f536c455d.tar.bz2
drakx-backup-do-not-use-475987400c68555f8249a50a447ede3f536c455d.tar.xz
drakx-backup-do-not-use-475987400c68555f8249a50a447ede3f536c455d.zip
Forgot to copy gfxboot in 1 place
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index fc0cffd0e..ef6b5b5f2 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -708,6 +708,7 @@ sub isolinux {
syslinux_all_files('isolinux', $kernels);
_ "cp $isolinux_bin isolinux/isolinux.bin";
+ _ "cp /usr/lib/syslinux/gfxboot.com isolinux/gfxboot.com";
output("isolinux/isolinux.cfg", syslinux_cfg_all('cdrom', 1));
xbox_stage1() if arch() =~ /i.86/;