mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
common: qemu: Run without VPD by default
Infix will fallback to admin/admin on a QEMU system.
This commit is contained in:
committed by
Joachim Wiberg
parent
0a746a9795
commit
17d1a529e8
@@ -118,6 +118,9 @@ config QEMU_RW_VAR
|
||||
default "var.ext4"
|
||||
endif
|
||||
|
||||
config QEMU_VPD
|
||||
bool "Emulate a Vital Product Data (VPD) Memory"
|
||||
|
||||
config QEMU_HOST
|
||||
string "Export host filesystem path"
|
||||
default "/tmp"
|
||||
|
||||
@@ -196,6 +196,8 @@ net_args()
|
||||
# Vital Product data
|
||||
vpd_args()
|
||||
{
|
||||
[ "$CONFIG_QEMU_VPD" = "y" ] || return
|
||||
|
||||
vpd_file="${imgdir}/vpd"
|
||||
|
||||
if ! [ -f "$vpd_file" ]; then
|
||||
|
||||
Reference in New Issue
Block a user