Skip to content

Commit

Permalink
vm_host_tools: disable remove-params-pemm0-ro.patch
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jinqiang zhang committed Oct 24, 2022
1 parent 35da948 commit ee3de6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos-base/vm_host_tools/vm_host_tools.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Distributed under the license specified in the root directory of this project.

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

0 comments on commit ee3de6c

Please sign in to comment.