Reenable mipsel with ok from Sledge to find out if it works
This commit is contained in:
parent
7a2d35f38c
commit
396633af06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue