From 6369815d5721e2908174d9ddc76bd9ffe32570b4 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 25 Aug 2012 15:14:51 -0300 Subject: [archiso] Rework Makefile / Reorder files Signed-off-by: Gerardo Exequiel Pozzi --- hooks/archiso_shutdown | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hooks/archiso_shutdown (limited to 'hooks/archiso_shutdown') diff --git a/hooks/archiso_shutdown b/hooks/archiso_shutdown new file mode 100644 index 0000000..e50dedb --- /dev/null +++ b/hooks/archiso_shutdown @@ -0,0 +1,6 @@ +run_cleanuphook() { + rm -rf /usr/lib/modules + cp -ax / /run/initramfs +} + +# vim: set ft=sh ts=4 sw=4 et: -- cgit v1.2.3-54-g00ecf