From aed440f5500b3841e87705afb1d128766c3ca6fa Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Mon, 12 Oct 2015 21:06:42 +0530 Subject: my container creation script There is possible room for further improvement as per my needs. --- bootstrap_debian | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100755 bootstrap_debian diff --git a/bootstrap_debian b/bootstrap_debian new file mode 100755 index 0000000..f4c5d63 --- /dev/null +++ b/bootstrap_debian @@ -0,0 +1,93 @@ +#!/bin/sh + +set -e +set -x + +usage () { + echo "${0##/*} [options] []" + echo "Bootstrap rootfs for Debian" + echo + cat <