diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-02-03 11:13:37 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-02-22 21:18:07 -0300 |
commit | 27940c420f01f550f36c3aa25633b43a4f2a2069 (patch) | |
tree | 065be182f2ac2314d3b50120c60d847103f9f10c /archiso/archiso_shutdown | |
parent | c593c2bd2418c865dc289f8fccd81a1631e9b191 (diff) | |
download | archiso32-27940c420f01f550f36c3aa25633b43a4f2a2069.tar.xz |
[archiso] Misc style cleanups
* Add #!/bin/bash to install hooks and fixed vimlines.
* Removed empty variables.
* Reorder variables, adjust brace/parens in functions.
* Removed things implemented in base hook (/tmp, /etc/fstab).
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/archiso_shutdown')
-rw-r--r-- | archiso/archiso_shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/archiso_shutdown b/archiso/archiso_shutdown index de1197e..26220a6 100644 --- a/archiso/archiso_shutdown +++ b/archiso/archiso_shutdown @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ash # /oldroot depends on things inside /oldroot/run/archiso... mkdir /oldrun |