On 10.11.2011 02:59, Hedayat Vatankhah wrote: Just a small nitpick:
> + # Add MD RAID devices
> + if [ -f /proc/mdstat ] ; then
> + grep "^md" /proc/mdstat | awk '{printf "/dev/"$1"\n"}'
> + fi
awk '/^md/ {printf "/dev/"$1"\n"}' /proc/mdstat
Thanks,
/mjt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

