mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
uboot: Fix inconsistency in naming of the netboot mode
This is referred to "net" in all places except for this script.
This commit is contained in:
committed by
Joachim Wiberg
parent
246b06b8d5
commit
06ea1dd80b
@@ -5,7 +5,7 @@ if test "${slot}" = "primary"; then
|
||||
run ixprepblk
|
||||
elif test "${slot}" = "secondary"; then
|
||||
run ixprepblk
|
||||
elif test "${slot}" = "dhcp"; then
|
||||
elif test "${slot}" = "net"; then
|
||||
run ixprepdhcp
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user