diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-23 09:53:40 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-23 09:53:40 +0000 |
commit | 475987400c68555f8249a50a447ede3f536c455d (patch) | |
tree | cb535a3be584582ae0d97089d6be622b526a1fc8 /images/make_boot_img | |
parent | 9a93f1c169140e1a7b42717d50caefdfbb26a3ba (diff) | |
download | drakx-475987400c68555f8249a50a447ede3f536c455d.tar drakx-475987400c68555f8249a50a447ede3f536c455d.tar.gz drakx-475987400c68555f8249a50a447ede3f536c455d.tar.bz2 drakx-475987400c68555f8249a50a447ede3f536c455d.tar.xz drakx-475987400c68555f8249a50a447ede3f536c455d.zip |
Forgot to copy gfxboot in 1 place
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-x | images/make_boot_img | 1 |
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/; |