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
7cde4a8d40
commit
9f85c14594
@ -179,7 +179,7 @@
|
|||||||
<pci_dev/>
|
<pci_dev/>
|
||||||
</pci_devs>
|
</pci_devs>
|
||||||
<board_private>
|
<board_private>
|
||||||
<rootfs>/dev/sda3</rootfs>
|
<rootfs>/dev/nvme0n1p3</rootfs>
|
||||||
<bootargs>
|
<bootargs>
|
||||||
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
|
rw rootwait console=tty0 consoleblank=0 no_timer_check quiet loglevel=3
|
||||||
i915.nuclear_pageflip=1 swiotlb=131072
|
i915.nuclear_pageflip=1 swiotlb=131072
|
||||||
|
Loading…
Reference in New Issue
Block a user