summaryrefslogtreecommitdiff
path: root/hook-functions
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-06-30 00:07:32 +0000
committerJeff Bailey <jbailey@ubuntu.com>2005-06-30 00:07:32 +0000
commit2777a4e8f7b7e7b14cbba813d3b1e30b1acb4a53 (patch)
tree1dfdf5411183912297af082910e734a2b7e8fe24 /hook-functions
parent2c72958bfc090b046e21e9eaad9134235095ad30 (diff)
downloadinitramfs-tools-2777a4e8f7b7e7b14cbba813d3b1e30b1acb4a53.tar.gz
initramfs-tools-2777a4e8f7b7e7b14cbba813d3b1e30b1acb4a53.zip
* 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
Diffstat (limited to 'hook-functions')
-rw-r--r--hook-functions6
1 files changed, 6 insertions, 0 deletions
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}
+}
+