Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-06-27 21:44:49 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-06-27 21:44:49 (GMT)
commite7e1091fe047a58fcf8d7fe89079388dd1317112 (patch)
treedcd0a255152d98a9ad1ba4cb3f8266dd6a013898
parent3909e7a5e8293918ad838be829e33a1745e6b8a8 (diff)
ensure mkfs.jffs2 is in the PATH (/usr/bin)
-rwxr-xr-xlivecd-iso-to-xo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/livecd-iso-to-xo.sh b/livecd-iso-to-xo.sh
index a094d51..bc86503 100755
--- a/livecd-iso-to-xo.sh
+++ b/livecd-iso-to-xo.sh
@@ -2,6 +2,8 @@
set -e
+PATH=$PATH:/usr/sbin
+
cleanup() {
[ -d "$EXTMNT" ] && umount $EXTMNT && rmdir $EXTMNT
[ -d "$SQUASHMNT" ] && umount $SQUASHMNT && rmdir $SQUASHMNT