Skip to content
Snippets Groups Projects
Commit a9b1a429 authored by Daniel Golle's avatar Daniel Golle
Browse files

oxnas: set preinit network interface


set network interface for failsafe mode to eth0 for all boards

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent 592c0a1c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
oxnas_set_preinit_iface() {
ifname=eth0
}
boot_hook_add preinit_main oxnas_set_preinit_iface
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment