Newer
Older
barebox / arch / arm / boards / at91sam9m10ihd / env / boot / net
@Sascha Hauer Sascha Hauer on 23 Jun 2014 324 bytes remove unused boot-menu-add-entry
#!/bin/sh

ethact eth0

path="/mnt/tftp"

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"