From 2777a4e8f7b7e7b14cbba813d3b1e30b1acb4a53 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Thu, 30 Jun 2005 00:07:32 +0000 Subject: * Use detailed logging now for debian/changelog. We have at least three people hacking now, and details would probably be useful. * debian/TODO: Update * debian/dirs: Sort and add usr/share/initramfs-tools/hooks * debian/initramfs-tools.examples: Add docs/example_hook and docs/example_hook_cpiogz * debian/initramfs-tools.install: Pretty Print. * debian/rules: Ensure that mkinitramfs is executable * docs/example_script: New file * init: Add concept of 'quiet', be verbose if not specified * mkinitramfs: Do not load script functions until needed Clear up comments / documentation Use DESTDIR instead of TMPDIR Add ability to link in extra hunks into the cpio file Cosmetic cleanups * scripts/functions: Add lsb stype log_FOO_msg functions * scripts/local: Add logging * scripts/nfs: Add logging --- hook-functions | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hook-functions (limited to 'hook-functions') diff --git a/hook-functions b/hook-functions new file mode 100644 index 0000000..0d79703 --- /dev/null +++ b/hook-functions @@ -0,0 +1,6 @@ +# -*- shell-script -*- + +catenate_cpiogz() { + cat "$1" >>${__TMPCPIOGZ} +} + -- cgit v1.2.3