diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-05-02 00:19:36 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-05-02 00:19:36 +0200 |
commit | 5294b462aec63257182059a4fb79d07b1ec895e6 (patch) | |
tree | 143a24b736074fda9482d55f4fd7f7a8b2ab297b | |
parent | f1d0772ce24e30d86c3cb98a8e5154dc9aa07a57 (diff) | |
download | mkinitcpio-5294b462aec63257182059a4fb79d07b1ec895e6.tar.gz mkinitcpio-5294b462aec63257182059a4fb79d07b1ec895e6.tar.xz |
shutdown: include umount from util-linux0.14.0
This is needed for the --recursive flag.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r-- | install/shutdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/shutdown b/install/shutdown index bf20f33..1de2f1f 100644 --- a/install/shutdown +++ b/install/shutdown @@ -4,6 +4,7 @@ build() { add_binary cp add_binary lsblk add_binary findmnt + add_binary umount add_file "/usr/lib/initcpio/shutdown" "/shutdown" 755 add_runscript |