boot-x86 gets sourced: remove shebang; improve whitespace consistency
This commit is contained in:
parent
b9730d6ab1
commit
0bf1b210cd
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
# This script gets sourced from boot-i386 and boot-amd64.
|
||||||
#
|
#
|
||||||
# Do install stuff for x86, including making bootable CDs
|
# Do install stuff for x86, including making bootable CDs
|
||||||
# Works with debian-installer
|
# Works with debian-installer
|
||||||
|
@ -120,12 +120,12 @@ if [ "$NN" = "1" ]; then
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -e "$MIRROR/tools" ] && \
|
if [ -e "$MIRROR/tools" ] && \
|
||||||
[ ! -e $CDDIR/tools ] && \
|
[ ! -e $CDDIR/tools ] && \
|
||||||
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
|
[ "$OMIT_DOC_TOOLS" != "1" ] ; then
|
||||||
echo " Adding tools to CD1"
|
echo " Adding tools to CD1"
|
||||||
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
|
$BASEDIR/tools/add_files $CDDIR $MIRROR tools
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
extra_image () {
|
extra_image () {
|
||||||
|
|
Loading…
Reference in New Issue