From dbfcaacf40ca356d7623408b4bfca828f8bd880d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 2 May 2006 04:36:19 +0000 Subject: Misc changes to module detection - tpowa Config file comments mdassemble in raid hook + additional raid help git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@40 880c04e9-e011-0410-abf7-b926e227c9cd --- hooks/filesystems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks/filesystems') diff --git a/hooks/filesystems b/hooks/filesystems index c676832..0990b4c 100644 --- a/hooks/filesystems +++ b/hooks/filesystems @@ -9,7 +9,7 @@ run_hook () msg "Attempting to create root device '${root}'" dev_t=$( /bin/parseblock "${root}" ) if [ "x${dev_t}" != "x" ]; then - /bin/mknod "${root}" b ${dev_t} + /bin/mknod "${root}" b ${dev_t} >/dev/null 2>&1 eval $( /bin/fstype < "${root}" ) else FSTYPE="unknown" -- cgit v1.2.3-24-g4f1b