debian-cd-clone/tools/boot/stretch/boot-mips

33 lines
679 B
Plaintext
Raw Normal View History

2015-04-27 16:14:26 +00:00
#!/bin/bash
#
# boot-mips
#
# $1 is the CD number
# $2 is the temporary CD build dir
# genisovh is used to make ISOs bootable on mips.
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
set -e
N=$1
CDDIR=$2
INSTALLDIR="install"
2015-04-27 16:14:26 +00:00
if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="https://d-i.debian.org/daily-images/mips/daily/"
2015-04-27 16:14:26 +00:00
try_di_image_cache
fi
add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J -joliet-long"
2015-04-27 16:14:26 +00:00
# Only disk 1* bootable
2017-05-03 09:40:34 +00:00
if [ $N != 1 ]; then
2015-04-27 16:14:26 +00:00
exit 0
fi
# This arch is currently not bootable directly from CD, and there's
# not a lot we can do about that. But add the needed files in the
# right place so that users can find them, at least
copy_arch_images