From 5294b462aec63257182059a4fb79d07b1ec895e6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 1 May 2013 18:19:36 -0400 Subject: shutdown: include umount from util-linux This is needed for the --recursive flag. Signed-off-by: Dave Reisner --- install/shutdown | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-24-g4f1b