aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/mkdir_live.sh.chroot
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-12-29 13:44:59 -0500
committerficus <ficus@robocracy.org>2012-12-29 13:44:59 -0500
commit3c8893d03a64b49c0ad80ee00456525e1b409a51 (patch)
treeeefdd5effb172b2136c12db129b15f71cf415388 /config/hooks/mkdir_live.sh.chroot
parent536ccdd0bbc5ff3cae788d15ca5c6856e814b306 (diff)
downloadtorouter-live-3c8893d03a64b49c0ad80ee00456525e1b409a51.tar.gz
torouter-live-3c8893d03a64b49c0ad80ee00456525e1b409a51.zip
work in progress on armhf/i.mx6 port
Diffstat (limited to 'config/hooks/mkdir_live.sh.chroot')
-rw-r--r--config/hooks/mkdir_live.sh.chroot9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/hooks/mkdir_live.sh.chroot b/config/hooks/mkdir_live.sh.chroot
new file mode 100644
index 0000000..ba47be4
--- /dev/null
+++ b/config/hooks/mkdir_live.sh.chroot
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+# Useful to to this here because sometimes /live doesn't get created
+# otherwise...
+echo "Creating /live and copying in boot images..."
+mkdir -p /live
+