diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-06-05 16:49:50 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-06-05 16:49:50 +0200 |
commit | 60d742305a5cc070f56e97bc8954a342c3180aec (patch) | |
tree | 8b74065b3d78041666a83e33127d1ad1bbd96f81 /hooks/filesystems | |
parent | 902bf52141dcdb862176eb7e629453ca00e2dcbe (diff) | |
download | mkinitcpio-60d742305a5cc070f56e97bc8954a342c3180aec.tar.gz mkinitcpio-60d742305a5cc070f56e97bc8954a342c3180aec.tar.xz |
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@120 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks/filesystems')
-rw-r--r-- | hooks/filesystems | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/filesystems b/hooks/filesystems index cd2f28c..12bc945 100644 --- a/hooks/filesystems +++ b/hooks/filesystems @@ -6,7 +6,7 @@ run_hook () FSTYPE="${rootfstype}" else if [ ! -e "${root}" ]; then - msg "Attempting to create root device '${root}'" + msg -e "\nAttempting to create root device '${root}'" if [ "x${rootdelay}" != "x" ]; then msg -n "Waiting for devices to settle..." @@ -22,7 +22,7 @@ run_hook () echo "ERROR: Failed to parse block device '${root}'" else export root="${BLOCKNAME}" - /bin/mknod "${BLOCKNAME}" b ${BLOCKDEVICE} >/dev/null 2>&1 + /bin/mknod "${BLOCKNAME}" b ${BLOCKDEVICE} >/dev/null fi fi |