mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
wic/qemux86: don't pass ip parameter to kernel in wks
Images that rely on dhcp being used won't have network setup properly otherwise. Fixes [YOCTO #12804] (From OE-Core rev: fb4dd04f65ea78890c1102424765056d93e6ca65) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6954a0f55a
commit
f0977aa7c5
@@ -4,5 +4,5 @@
|
||||
|
||||
include common.wks.inc
|
||||
|
||||
bootloader --timeout=0 --append="vga=0 rw mem=256M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 rootfstype=ext4 "
|
||||
bootloader --timeout=0 --append="vga=0 rw mem=256M oprofile.timer=1 rootfstype=ext4 "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user