diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-07 20:10:55 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-07 20:10:55 +0000 |
commit | ef608d73d27c2e70bdc34f874bf758a5c9623872 (patch) | |
tree | 38035447a437c2e978f75c33fbb795e0e5beca43 /sys-unconfig | |
parent | bf2474a63c31403c2ea1e8def9aafb58beaee15b (diff) | |
download | initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar.gz initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar.bz2 initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.tar.xz initscripts-ef608d73d27c2e70bdc34f874bf758a5c9623872.zip |
*** empty log message ***
Diffstat (limited to 'sys-unconfig')
-rw-r--r-- | sys-unconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-unconfig b/sys-unconfig new file mode 100644 index 00000000..2b9a3c58 --- /dev/null +++ b/sys-unconfig @@ -0,0 +1,4 @@ +#!/bin/sh + +touch /.unconfigured +halt |