mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
config_tools: update scenario xml file on ehl-crb-b platform
for ehl-crb-b platform, update sos rootfs from "dev/sda3" to "/dev/nvme0n1p3" in hybrid.xml file. Tracked-On: #6530 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
7d170c35e3
commit
6d9493ae69
@ -179,7 +179,7 @@
|
||||
<pci_dev/>
|
||||
</pci_devs>
|
||||
<board_private>
|
||||
<rootfs>/dev/sda3</rootfs>
|
||||
<rootfs>/dev/nvme0n1p3</rootfs>
|
||||
<bootargs>
|
||||
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
|
||||
i915.nuclear_pageflip=1 swiotlb=131072
|
||||
|
Loading…
Reference in New Issue
Block a user