[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] minor fixes on boot-i386



Hi,

At O.S. Systems we did a minor fix for proper building of CD with gtk
frontend and also moved an echo to its right place.

Inlined bellow:

=== tools/boot/etch/boot-i386
==================================================================
--- tools/boot/etch/boot-i386   (revision 25)
+++ tools/boot/etch/boot-i386   (local)
@@ -67,11 +67,11 @@
        mkdir -p $dir
        if [ -n "$LOCAL"  -a -f "${LOCALDEBS:-$MIRROR}/dists/$DI_DIST/local/installer-$ARCH/current/images/$image" ]; then
                cp "${LOCALDEBS:-$MIRROR}/dists/$DI_DIST/local/installer-$ARCH/current/images/$image" "$image"
-       elif [ ! "$DI_WWW_HOME" ];then
-               if [ ! "$DI_DIR" ];then
+       elif [ ! "$DI_WWW_HOME" ]; then
+               if [ ! "$DI_DIR" ]; then
                   DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"
-           echo "Copying images from $DI_DIR"
                fi
+       echo "Copying images from $DI_DIR"
                cp "$DI_DIR/$image" "$image"
        else
                wget "$DI_WWW_HOME/$image" -O "$image"
@@ -170,7 +170,7 @@
                extra_image 2.6/vmlinuz
                extra_image gtk/initrd.gz
                syslinux_files with26+gtk
-       elif [ -e boot$N/isolinux/f3.txt.withgtk ]; then
+       elif [ -e boot$N/isolinux/isolinux.cfg.withgtk ]; then
                extra_image gtk/initrd.gz
                syslinux_files withgtk
        elif [ -e boot$N/isolinux/f3.txt.with26 ];then

Please review and apply.

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------
"Microsoft gives you Windows ... Linux gives
 you the whole house."



Reply to: