Add hydra IP address binding.
This commit is contained in:
parent
9319fc4bc5
commit
ff1217c65d
@ -26,7 +26,7 @@ function by_src {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function by_bin {
|
function by_bin {
|
||||||
DESTRELEASE=13.2-RELEASE
|
DESTRELEASE=14.1-RELEASE
|
||||||
DESTARCH=`uname -m`
|
DESTARCH=`uname -m`
|
||||||
SOURCEURL=http://ftp.freebsd.org/pub/FreeBSD/releases/$DESTARCH/$DESTRELEASE/
|
SOURCEURL=http://ftp.freebsd.org/pub/FreeBSD/releases/$DESTARCH/$DESTRELEASE/
|
||||||
for component in base ports; do fetch $SOURCEURL/$component.txz -o - | tar -xf - -C "$DESTDIR" ; done
|
for component in base ports; do fetch $SOURCEURL/$component.txz -o - | tar -xf - -C "$DESTDIR" ; done
|
||||||
|
@ -94,7 +94,13 @@
|
|||||||
// momlaptop - hard-coded in rc.conf, reproduced here to reserve ip
|
// momlaptop - hard-coded in rc.conf, reproduced here to reserve ip
|
||||||
"hw-address": "06:85:69:c5:6a:d6",
|
"hw-address": "06:85:69:c5:6a:d6",
|
||||||
"ip-address": "10.215.1.218"
|
"ip-address": "10.215.1.218"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// hydra
|
||||||
|
"hw-address": "06:84:36:68:03:77",
|
||||||
|
"ip-address": "10.215.1.219"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user