diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-13T14·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-03-13T14·24+0000 |
commit | 75d788b0f24e8de033a22c0869032549d602d4f6 (patch) | |
tree | fd60e3cb1a8cdfb1d83db54a2ce0e75d83596412 /sys/runsystem | |
parent | 841fcbd04755c7a2865c51c1e2d3b045976b7452 (diff) |
* Initial version of nix.
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 |