aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/qemu-bootlist.fs
diff options
context:
space:
mode:
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-11-15 11:08:01 +0530
committerNikunj A Dadhania <nikunj@linux.vnet.ibm.com>2013-11-15 11:08:01 +0530
commitbbb09e75d8a1202c6f22ada13c72581beaad0f35 (patch)
tree6cf2a38d971a5a18f327a54b2e373d82b0594901 /board-qemu/slof/qemu-bootlist.fs
parentf22b96d422875c495f36730191176d4bac4a4457 (diff)
downloadSLOF-bbb09e75d8a1202c6f22ada13c72581beaad0f35.zip
SLOF-bbb09e75d8a1202c6f22ada13c72581beaad0f35.tar.gz
SLOF-bbb09e75d8a1202c6f22ada13c72581beaad0f35.tar.bz2
boot: add net in default boot order
So if there is no boot order from qemu, nvram, the default boot order will be to try from "disk" aliases, "cdrom" aliases and lastly "net" aliases Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Diffstat (limited to 'board-qemu/slof/qemu-bootlist.fs')
-rw-r--r--board-qemu/slof/qemu-bootlist.fs1
1 files changed, 1 insertions, 0 deletions
diff --git a/board-qemu/slof/qemu-bootlist.fs b/board-qemu/slof/qemu-bootlist.fs
index a4f5617..7e9482d 100644
--- a/board-qemu/slof/qemu-bootlist.fs
+++ b/board-qemu/slof/qemu-bootlist.fs
@@ -34,6 +34,7 @@ defer add-boot-device
\ Not set in nvram too, set default disk/cdrom alias
" disk" add-boot-aliases
" cdrom" add-boot-aliases
+ " net" add-boot-aliases
THEN
EXIT
THEN