Newer
Older
barebox / arch / arm / boards / highbank / defaultenv-highbank / boot / net-eth1
#!/bin/sh

ethact eth1

path="/mnt/tftp"

. /env/data/oftree

global.bootm.image="${path}/${global.user}-linux-${global.hostname}"
#global.bootm.oftree="${path}/${global.user}-oftree-${global.hostname}"
nfsroot="/home/${global.user}/nfsroot/${global.hostname}"
bootargs-ip
global.linux.bootargs.dyn.root="root=/dev/nfs nfsroot=$nfsroot,v3,tcp"