diff options
author | Andrew Cady <d@jerkface.net> | 2016-04-19 06:33:26 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2016-04-19 08:04:39 -0400 |
commit | 0a1f94ffc1904c09d6e4a9c608175196dfec98a2 (patch) | |
tree | 68c234325a7c72fa01a1ec1d9b235c76c7e318eb /initrd/init | |
parent | 67e3888a04127eeee40bd934ea4bdc5a551e301d (diff) |
override initramfs in tftp dir
Diffstat (limited to 'initrd/init')
-rwxr-xr-x | initrd/init | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/initrd/init b/initrd/init new file mode 100755 index 0000000..10addb5 --- /dev/null +++ b/initrd/init | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | exec sh | ||