diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-10 07:45:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-10 07:45:05 +0000 |
commit | 93e4ff249f9c5c0ba96aa82c4171e8374eb2c809 (patch) | |
tree | 0dab39ae80e5b553191812e63fad284318fd8645 | |
parent | f4834903e385e6230c4b7470dea9350bbb3998a4 (diff) | |
download | drakx-93e4ff249f9c5c0ba96aa82c4171e8374eb2c809.tar drakx-93e4ff249f9c5c0ba96aa82c4171e8374eb2c809.tar.gz drakx-93e4ff249f9c5c0ba96aa82c4171e8374eb2c809.tar.bz2 drakx-93e4ff249f9c5c0ba96aa82c4171e8374eb2c809.tar.xz drakx-93e4ff249f9c5c0ba96aa82c4171e8374eb2c809.zip |
add commented debug code
-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 78238544b..706835bef 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -734,6 +734,7 @@ sub boot_iso { my $with_gfxboot = 0; _ "cp /usr/share/gfxboot/themes/Mandriva/install/* .boot_iso/isolinux" if $with_gfxboot; +# _ "cp /home/pixel/cooker/soft/theme/mandriva-gfxboot-theme/inst/* .boot_iso/isolinux" if $with_gfxboot; output('.boot_iso/isolinux/isolinux.cfg', syslinux_cfg_all('', $with_gfxboot)); |