]> spindle.queued.net Git - xodist/blobdiff - mkbootable.sh
installer: sleep (psuedo-)infinitely rather than exiting if the script fails
[xodist] / mkbootable.sh
index 7a9e75a8a1005f80c7476dc4dd8b66a422687be7..bb2618a322d757ed8f57eac1c3ffb9b5c85b91fc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # mkbootable.sh, make a bootable file set from a jffs2 image
 # Copyright © 2008  James Cameron <quozl@laptop.org>
@@ -33,7 +33,7 @@ IMAGE_DEFAULT=
 INTERACTIVE=yes
 OUTPUT=${IMAGE_DEFAULT}.bootable
 
-. functions.sh
+. ./functions.sh
 
 images()
 {
@@ -109,6 +109,7 @@ mkdir -p ${OUTPUT}/boot
 cat <<EOF >${OUTPUT}/boot/olpc.fth
 \ OLPC boot script
 
+visible
 cr
 ." This is a debxo bootable install script." cr
 cr