Re-disable mipsel bootable cd code: it's just failing solidly

This commit is contained in:
cd-builder user 2009-04-27 16:14:45 +00:00
parent ef8a3fd518
commit 5e62e91e68
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ 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