Reenable mipsel with ok from Sledge to find out if it works

This commit is contained in:
Luk Claes 2009-04-07 13:52:51 +00:00
parent 7a2d35f38c
commit 396633af06
1 changed files with 1 additions and 6 deletions

View File

@ -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