Skip to content

Commit ee3de6c

Browse files
author
jinqiang zhang
committed
vm_host_tools: disable remove-params-pemm0-ro.patch
Run `crosvm run ... --params root=/dev/pmem0 ro` on command line will see below error message, but work fine with vm_concierge, so comment it: [ERROR:src/main.rs:2980] InvalidValue { value: "ro", expected: "this kernel path does not exist", } kernel_path: ro Signed-off-by: jinqiang zhang <jinqiang@fydeos.io>
1 parent 35da948 commit ee3de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromeos-base/vm_host_tools/vm_host_tools.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Distributed under the license specified in the root directory of this project.
33

44
cros_pre_src_prepare_amd64_openfyde() {
5-
eapply -p2 ${AMD64_OPENFYDE_BASHRC_FILEPATH}/remove-params-pemm0-ro.patch
5+
# eapply -p2 ${AMD64_OPENFYDE_BASHRC_FILEPATH}/remove-params-pemm0-ro.patch
66
eapply -p2 ${AMD64_OPENFYDE_BASHRC_FILEPATH}/skip-kMinKernelVersionForUntrustedAndNestedVM-check.patch
77
}

0 commit comments

Comments
 (0)