summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hook-functions18
-rwxr-xr-xhooks/busybox8
-rwxr-xr-xhooks/klibc8
-rwxr-xr-xmkinitramfs22
-rwxr-xr-xupdate-initramfs16
5 files changed, 36 insertions, 36 deletions
diff --git a/hook-functions b/hook-functions
index 8b6a89c..c456c5d 100644
--- a/hook-functions
+++ b/hook-functions
@@ -72,7 +72,7 @@ manual_add_modules()
# /proc/modules exists
if [ ! -e /proc/modules ] ; then
continue
- fi
+ fi
if grep -q "^$(basename "${kmod}" .ko)[[:space:]]" \
/proc/modules \
@@ -127,10 +127,10 @@ copy_exec() {
# Copy the dependant libraries
for x in $(ldd ${src} 2>/dev/null | sed -e '
- /\//!d;
- /linux-gate/d;
- /=>/ {s/.*=>[[:blank:]]*\([^[:blank:]]*\).*/\1/};
- s/[[:blank:]]*\([^[:blank:]]*\) (.*)/\1/' 2>/dev/null); do
+ /\//!d;
+ /linux-gate/d;
+ /=>/ {s/.*=>[[:blank:]]*\([^[:blank:]]*\).*/\1/};
+ s/[[:blank:]]*\([^[:blank:]]*\) (.*)/\1/' 2>/dev/null); do
# Try to use non-optimised libraries where possible.
# We assume that all HWCAP libraries will be in tls,
@@ -166,7 +166,7 @@ copy_modules_dir()
if [ "${verbose}" = "y" ]; then
echo "Copying module directory ${dir}"
if [ $# -ge 1 ]; then
- echo "(excluding $*)"
+ echo "(excluding $*)"
fi
fi
while [ $# -ge 1 ]; do
@@ -274,7 +274,7 @@ dep_add_modules()
# lvm on md or luks on md
if [ "${block#md}" != "${block}" ]; then
block=$(grep "^${block}" /proc/mdstat | \
- awk "{gsub(/^${block} : .* (multipath|linear|raid[[:digit:]]+)\ /,\"\")};1")
+ awk "{gsub(/^${block} : .* (multipath|linear|raid[[:digit:]]+)\ /,\"\")};1")
block="${block%%\[*}"
fi
# luks or lvm on cciss or ida
@@ -531,8 +531,8 @@ check_minkver()
fi
set_initlist
for cm_x in ${initlist:-}; do
- # sed: keep last line starting with MINKVER=,
- # remove MINKVER= and trailing space
+ # sed: keep last line starting with MINKVER=,
+ # remove MINKVER= and trailing space
minver=$(sed '/^MINKVER=/!d;$!d;s/^MINKVER=//;s/[[:space:]]*$//' "${initdir}/${cm_x}")
if [ -z "${tmp}" ]; then
continue
diff --git a/hooks/busybox b/hooks/busybox
index 7845f58..a2e57ae 100755
--- a/hooks/busybox
+++ b/hooks/busybox
@@ -4,15 +4,15 @@ PREREQ=""
prereqs()
{
- echo "$PREREQ"
+ echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
- prereqs
- exit 0
- ;;
+ prereqs
+ exit 0
+ ;;
esac
# busybox
diff --git a/hooks/klibc b/hooks/klibc
index ad0a85d..e41c631 100755
--- a/hooks/klibc
+++ b/hooks/klibc
@@ -4,15 +4,15 @@ PREREQ=""
prereqs()
{
- echo "$PREREQ"
+ echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
- prereqs
- exit 0
- ;;
+ prereqs
+ exit 0
+ ;;
esac
# klibc
diff --git a/mkinitramfs b/mkinitramfs
index 70e5c13..a854f02 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -69,7 +69,7 @@ for i in /usr/share/initramfs-tools/conf.d/* ${CONFDIR}/conf.d/*; do
| grep '^[[:alnum:]][[:alnum:]\._-]*$' | grep -v '\.dpkg-.*$')";
done
# FIXME: deprecated those settings on mkinitramfs run
-# these conf dirs are for boot scripts and land on initramfs
+# these conf dirs are for boot scripts and land on initramfs
for i in ${EXTRA_CONF}; do
if [ -e ${CONFDIR}/conf.d/${i} ]; then
. ${CONFDIR}/conf.d/${i}
@@ -198,7 +198,7 @@ done
# Copy the modules.order file in
if [ -f "${MODULESDIR}/modules.order" ]; then
cp -p "${MODULESDIR}/modules.order" \
- "${DESTDIR}${MODULESDIR}/modules.order"
+ "${DESTDIR}${MODULESDIR}/modules.order"
fi
# MODULES=list case. Always honour.
@@ -313,15 +313,15 @@ find "${DESTDIR}" -type l -printf '%p %Y\n' | sed -n 's/ [LN]$//p' \
# cd "${DESTDIR}" && find . | cpio --quiet --dereference -o -H newc | gzip >"${outfile}" || exit 1
exec 3>&1
eval `
- # http://cfaj.freeshell.org/shell/cus-faq-2.html
- exec 4>&1 >&3 3>&-
- cd "${DESTDIR}"
- {
- find . 4>&-; echo "ec1=$?;" >&4
- } | {
- cpio --quiet --dereference -o -H newc 4>&-; echo "ec2=$?;" >&4
- } | ${compress} >"${outfile}"
- echo "ec3=$?;" >&4
+ # http://cfaj.freeshell.org/shell/cus-faq-2.html
+ exec 4>&1 >&3 3>&-
+ cd "${DESTDIR}"
+ {
+ find . 4>&-; echo "ec1=$?;" >&4
+ } | {
+ cpio --quiet --dereference -o -H newc 4>&-; echo "ec2=$?;" >&4
+ } | ${compress} >"${outfile}"
+ echo "ec3=$?;" >&4
`
if [ "$ec1" -ne 0 ]; then exit "$ec1"; fi
if [ "$ec2" -ne 0 ]; then exit "$ec2"; fi
diff --git a/update-initramfs b/update-initramfs
index 53ebed2..f4323b7 100755
--- a/update-initramfs
+++ b/update-initramfs
@@ -51,14 +51,14 @@ EOF
# chroot check
chrooted()
{
- # borrowed from udev's postinst
- if [ "$(stat -c %d/%i /)" = "$(stat -Lc %d/%i /proc/1/root 2>/dev/null)" ]; then
- # the devicenumber/inode pair of / is the same as that of
- # /sbin/init's root, so we're *not* in a chroot and hence
- # return false.
- return 1
- fi
- return 0
+ # borrowed from udev's postinst
+ if [ "$(stat -c %d/%i /)" = "$(stat -Lc %d/%i /proc/1/root 2>/dev/null)" ]; then
+ # the devicenumber/inode pair of / is the same as that of
+ # /sbin/init's root, so we're *not* in a chroot and hence
+ # return false.
+ return 1
+ fi
+return 0
}
mild_panic()