aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/mkdir_live.sh.chroot
diff options
context:
space:
mode:
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
+