From 674e7dd1dc6a34dfb129c12cb60044e228ecef1e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 18 May 2009 20:52:24 +0200 Subject: [PATCH] 'add fsarchiver to boot image' --- lib/initcpio/install/arch_fsarchiver | 16 ++++++++++++++++ lib/initcpio/install/arch_pacman | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 lib/initcpio/install/arch_fsarchiver diff --git a/lib/initcpio/install/arch_fsarchiver b/lib/initcpio/install/arch_fsarchiver new file mode 100644 index 000000000..28bdf9167 --- /dev/null +++ b/lib/initcpio/install/arch_fsarchiver @@ -0,0 +1,16 @@ +# Created by Tobias Powalowski + +install () +{ + MODULES="" + BINARIES="fsarchiver" + FILES="" + SCRIPT="" +} + +help () +{ +cat<