diff options
author | TJ Rana <[email protected]> | 2017-07-27 06:11:07 -0400 |
---|---|---|
committer | XECDesign <[email protected]> | 2017-07-27 12:11:07 +0200 |
commit | 3441133d1c77f377871798dffd1795e319d82486 (patch) | |
tree | 627414808f611baedfd6ec4e2020b8b7d43ba8e7 /stage1 | |
parent | fe45b739871c2eba65ec520e00816299abbfbc5b (diff) |
Corrected various typos (#91)
* Rename License.md to LICENSE
* Correct typos
* Clean up code layout
Organize layout with extra lines
Diffstat (limited to 'stage1')
-rwxr-xr-x | stage1/01-sys-tweaks/files/policy-rc.d | 1 | ||||
-rwxr-xr-x | stage1/prerun.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/stage1/01-sys-tweaks/files/policy-rc.d b/stage1/01-sys-tweaks/files/policy-rc.d index 0b1556d..1924710 100755 --- a/stage1/01-sys-tweaks/files/policy-rc.d +++ b/stage1/01-sys-tweaks/files/policy-rc.d @@ -1,2 +1,3 @@ #!/bin/sh + exit 101 diff --git a/stage1/prerun.sh b/stage1/prerun.sh index a5ea5f4..ebb5d35 100755 --- a/stage1/prerun.sh +++ b/stage1/prerun.sh @@ -1,4 +1,5 @@ #!/bin/bash -e + if [ ! -d ${ROOTFS_DIR} ]; then copy_previous fi |