diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-17 01:44:43 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-17 02:25:18 -0300 |
commit | 5ea02f68fe56a074970d11d7a1a3c0290ea8773f (patch) | |
tree | c31265488ef926a1656787b348c8f8d1e4d6f55b /archiso/install/archiso_shutdown | |
parent | bb84aa78acb98e13b7c9e9268a55591b30ecc499 (diff) | |
download | archiso32-5ea02f68fe56a074970d11d7a1a3c0290ea8773f.tar.xz |
[archiso] archiso_shutdown: use run_cleanuphook()
Simplify build process, using the same method like in shutdown hook by mkinitcpio
we still need a custom shutdown script for archiso,
since "twisted" structure of block devices.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install/archiso_shutdown')
-rw-r--r-- | archiso/install/archiso_shutdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiso/install/archiso_shutdown b/archiso/install/archiso_shutdown index 962be95..5ae976a 100644 --- a/archiso/install/archiso_shutdown +++ b/archiso/install/archiso_shutdown @@ -1,6 +1,8 @@ #!/bin/bash build() { + add_binary cp + add_runscript add_file /usr/lib/initcpio/archiso_shutdown /shutdown |