summaryrefslogtreecommitdiffstats
path: root/initramfs/tpm/bin/showmac.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:50:49 +0200
committerSebastian Schmelzer2010-09-02 17:50:49 +0200
commit416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch)
tree4715f7d742fec50931017f38fe6ff0a89d4ceccc /initramfs/tpm/bin/showmac.sh
parentFix for the problem reported on the list (sed filter forgotten for the (diff)
downloadcore-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip
change dir structure
Diffstat (limited to 'initramfs/tpm/bin/showmac.sh')
-rwxr-xr-xinitramfs/tpm/bin/showmac.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/initramfs/tpm/bin/showmac.sh b/initramfs/tpm/bin/showmac.sh
deleted file mode 100755
index ef2aaf21..00000000
--- a/initramfs/tpm/bin/showmac.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-#
-
-DEV="$1"
-[ -z "$DEV" ] && DEV="eth0"
-
-ip link show $DEV | \
- sed -n 's,.*\(..:..:..:..:..:..\) br.*,\1,p' | \
- sed 's,:,-,g'