diff options
author | Al Stone <ahs3@redhat.com> | 2013-01-15 10:49:34 -0700 |
---|---|---|
committer | Al Stone <ahs3@redhat.com> | 2013-01-15 10:49:34 -0700 |
commit | ba5d044ed65f9aa25ececd921ad20386cb50bfd9 (patch) | |
tree | bc42bd45c0a1a7024fed17188683a9f150938003 /dev-template/usr | |
parent | 5b9a975032a2e305cac848d2ee1fec9744b4f4ce (diff) | |
download | bootstrap.git.DONOTUSE-ba5d044ed65f9aa25ececd921ad20386cb50bfd9.tar.gz bootstrap.git.DONOTUSE-ba5d044ed65f9aa25ececd921ad20386cb50bfd9.tar.xz bootstrap.git.DONOTUSE-ba5d044ed65f9aa25ececd921ad20386cb50bfd9.zip |
Reconcile with msalter 0001-tzdata-fixup-Makeconfig.in-paths.patch
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'dev-template/usr')
-rwxr-xr-x | dev-template/usr/sbin/init | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-template/usr/sbin/init b/dev-template/usr/sbin/init new file mode 100755 index 0000000..1815c6d --- /dev/null +++ b/dev-template/usr/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 |