From 7082f5c70f29502de722dcbfe06d4a13e2954795 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 11 Feb 2008 18:41:52 -0800 Subject: fix for bug 2547: don't require/output ':' after "hw-id". --- scripts/add_bootfile_eth_hwid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/add_bootfile_eth_hwid') diff --git a/scripts/add_bootfile_eth_hwid b/scripts/add_bootfile_eth_hwid index a315a103..61deea56 100755 --- a/scripts/add_bootfile_eth_hwid +++ b/scripts/add_bootfile_eth_hwid @@ -24,6 +24,6 @@ hwid=$3 sed -i '/^interfaces {$/,/^}$/ { /^}$/i\ ethernet '"$eth"' {\ - hw-id: '"$hwid"'\ + hw-id '"$hwid"'\ } }' $bootfile -- cgit v1.2.3