From 3c8893d03a64b49c0ad80ee00456525e1b409a51 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 29 Dec 2012 13:44:59 -0500 Subject: work in progress on armhf/i.mx6 port --- config/hooks/mkdir_live.sh.chroot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/hooks/mkdir_live.sh.chroot (limited to 'config/hooks/mkdir_live.sh.chroot') 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 + -- cgit v1.2.3