diff options
Diffstat (limited to 'sys/runsystem')
-rwxr-xr-x | sys/runsystem | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/runsystem b/sys/runsystem new file mode 100755 index 000000000000..fd634bdcca2e --- /dev/null +++ b/sys/runsystem @@ -0,0 +1,5 @@ +#! /bin/sh + +. ./settings + +linux ubd0=$image init=/pkg/sys/bin/start |