diff options
author | Ron Yorston <rmy@pobox.com> | 2019-05-27 11:56:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-05-27 11:56:52 +0100 |
commit | a61949401890cbb33a9d6c4571b51c53460ad438 (patch) | |
tree | 64dedaddb89896d5b1670a421af123670ca2120b /examples/shutdown-1.0 | |
parent | 03a7b173605a890e1db5177ecd5b8dd591081c41 (diff) | |
parent | bcb1fc3e6ca6fe902610f507eaf9b0b58a5c583a (diff) | |
download | busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.tar.gz busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.tar.bz2 busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'examples/shutdown-1.0')
-rwxr-xr-x | examples/shutdown-1.0/script/stop_storage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shutdown-1.0/script/stop_storage b/examples/shutdown-1.0/script/stop_storage index 1be5f735b..50f3b4dd2 100755 --- a/examples/shutdown-1.0/script/stop_storage +++ b/examples/shutdown-1.0/script/stop_storage | |||
@@ -4,7 +4,7 @@ | |||
4 | # Repeat. | 4 | # Repeat. |
5 | 5 | ||
6 | umountcnt=2 | 6 | umountcnt=2 |
7 | writeout=0 # increase if your kernel doesn ot guarantee writes to complete | 7 | writeout=0 # increase if your kernel does not guarantee writes to complete |
8 | 8 | ||
9 | # No /usr - we are expecting all binaries to be accessible | 9 | # No /usr - we are expecting all binaries to be accessible |
10 | # from root fs alone | 10 | # from root fs alone |