summaryrefslogtreecommitdiff
path: root/debian/initramfs
diff options
context:
space:
mode:
authormartin f. krafft <madduck@debian.org>2007-09-29 20:51:37 +0100
committermartin f. krafft <madduck@madduck.net>2007-10-09 00:10:42 +0100
commit263c8938f4b6655a6423ac5add317a1d436be6b0 (patch)
tree6a6dc772fe81d16e0d3e69c0602191da54a939d7 /debian/initramfs
parent7419a1880dd95085556e2238ebd8f615e302d01f (diff)
cleanup
Diffstat (limited to 'debian/initramfs')
-rw-r--r--debian/initramfs/hook5
-rw-r--r--debian/initramfs/script.local-top5
2 files changed, 2 insertions, 8 deletions
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index 34e2732f..3a66501d 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -4,16 +4,13 @@
# based on the scripts in the initramfs-tools package.
# released under the terms of the Artistic Licence.
#
-# $Id$
-#
-
set -eu
PREREQ=""
prereqs()
{
- echo "$PREREQ"
+ echo "$PREREQ"
}
case ${1:-} in
diff --git a/debian/initramfs/script.local-top b/debian/initramfs/script.local-top
index 17af3e72..21fd4231 100644
--- a/debian/initramfs/script.local-top
+++ b/debian/initramfs/script.local-top
@@ -4,16 +4,13 @@
# based on the scripts in the initramfs-tools package.
# released under the terms of the Artistic Licence.
#
-# $Id$
-#
-
set -eu
PREREQ="udev_helper"
prereqs()
{
- echo "$PREREQ"
+ echo "$PREREQ"
}
case ${1:-} in