From 6fb1c58ca015da93faf4c849336c23a5686c685d Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 25 Mar 2014 15:48:54 +0000 Subject: Add example deployment of an image package --- image-package-example/make-disk-image.sh.in | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 image-package-example/make-disk-image.sh.in (limited to 'image-package-example/make-disk-image.sh.in') diff --git a/image-package-example/make-disk-image.sh.in b/image-package-example/make-disk-image.sh.in new file mode 100644 index 00000000..61264fa0 --- /dev/null +++ b/image-package-example/make-disk-image.sh.in @@ -0,0 +1,36 @@ +#!/bin/sh +# Script for writing the system to a disk image file. +# This creates a file of the right size, attaches it to a loop device, +# then hands the rest of the work off to disk-install.sh + +usage(){ + cat <