This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 50d1ca7580ab255449ac23f2e89d2f67156fd13e (commit) from 154fbbe9fccc580792a82d1bb858d6911faa6269 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 50d1ca7580ab255449ac23f2e89d2f67156fd13e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Apr 18 20:44:50 2011 +0200
extrahd: add mmcblk card reader support.
-----------------------------------------------------------------------
Summary of changes: src/scripts/scanhd | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
Difference in files: diff --git a/src/scripts/scanhd b/src/scripts/scanhd index 9d47e3d..7de68fb 100644 --- a/src/scripts/scanhd +++ b/src/scripts/scanhd @@ -6,6 +6,12 @@ case "$1" in if [ -e /dev/md ]; then echo 'md;"MDADM software-raid";' >> /var/ipfire/extrahd/scan fi + if [ -e /dev/mmcblk0 ]; then + echo 'mmcblk0;"MMC/SD Cardreader";' >> /var/ipfire/extrahd/scan + fi + if [ -e /dev/mmcblk1 ]; then + echo 'mmcblk1;"MMC/SD Cardreader";' >> /var/ipfire/extrahd/scan + fi ;; partitions) cat /proc/partitions | awk '{print $4 " " $3 }' | grep -v name | grep -v "^[:space:]*$" | \
hooks/post-receive -- IPFire 2.x development tree