From 396633af064f89521948d8d28966c41d7473c20d Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Tue, 7 Apr 2009 13:52:51 +0000 Subject: [PATCH] Reenable mipsel with ok from Sledge to find out if it works --- tools/boot/squeeze/boot-mipsel | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/boot/squeeze/boot-mipsel b/tools/boot/squeeze/boot-mipsel index 56472c64..74635ca5 100755 --- a/tools/boot/squeeze/boot-mipsel +++ b/tools/boot/squeeze/boot-mipsel @@ -16,8 +16,7 @@ set -e N=$1 CDROOT=$2 if [ "$DI_WWW_HOME" = "default" ];then -# Temporarily disabled to stop cron jobs complaining -# DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily/decstation/cdrom/" + DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily/decstation/cdrom/" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}" DI_WWW_HOME="" @@ -36,10 +35,6 @@ cd $CDROOT/.. add_mkisofs_opt $CDROOT/../$N.mkisofs_opts "-J -joliet-long" -# Mipsel is currently not bootable in squeeze, so bail out here -echo "Mipsel booting disabled, check with Sledge or fjp" -exit 0 - # Only disks 1 bootable if [ $NN != 1 ]; then exit 0