diff options
author | Cecil <knoppmyth@gmail.com> | 2011-08-18 19:30:32 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-08-18 19:30:32 (GMT) |
commit | 6e110f1d640deeb5a0ce0a0594f7ac16b4afa1e2 (patch) | |
tree | 5dfcc7a0d53ecc778bf06b06b6ccd08b4adeee09 /abs/core/ceton/ifctn.sh | |
parent | a2095ebc87d3b158973804f2efa8a746c66146d9 (diff) | |
download | linhes_pkgbuild-6e110f1d640deeb5a0ce0a0594f7ac16b4afa1e2.zip linhes_pkgbuild-6e110f1d640deeb5a0ce0a0594f7ac16b4afa1e2.tar.gz linhes_pkgbuild-6e110f1d640deeb5a0ce0a0594f7ac16b4afa1e2.tar.bz2 |
ceton:Modified udev rule to run script to set IP of ctn0.
Diffstat (limited to 'abs/core/ceton/ifctn.sh')
-rwxr-xr-x | abs/core/ceton/ifctn.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core/ceton/ifctn.sh b/abs/core/ceton/ifctn.sh new file mode 100755 index 0000000..7d7265d --- /dev/null +++ b/abs/core/ceton/ifctn.sh @@ -0,0 +1,2 @@ +#!/bin/bash +/sbin/ifconfig ctn0 192.168.200.254 netmask 255.255.255.0 up |