From 694338293d69452c1a1efb09fef490b5c799de00 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 6 Jun 2011 23:53:49 -0400 Subject: Add dev-template A few files just to give the user a shell when the machine boots. --- dev-template/sbin/init | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 dev-template/sbin/init (limited to 'dev-template/sbin') diff --git a/dev-template/sbin/init b/dev-template/sbin/init new file mode 100755 index 0000000..1815c6d --- /dev/null +++ b/dev-template/sbin/init @@ -0,0 +1,13 @@ +#!/bin/bash + +echo +echo +echo +echo DJ Was Here +echo +echo + +export HOME=/root +cd $HOME + +/bin/bash -i -l -- cgit