9
0
Fork 0
barebox/defaultenv-2/base/bin/bootargs-ip-barebox

8 lines
161 B
Bash

#!/bin/sh
# pass barebox ip settings for eth0 to Linux
ifup eth0
global.linux.bootargs.ip="ip=$eth0.ipaddr:$eth0.serverip:$eth0.gateway:$eth0.netmask::eth0:"