diff --git a/docs/book/src/running_crosvm/custom_kernel_rootfs.md b/docs/book/src/running_crosvm/custom_kernel_rootfs.md index d2637170fc..7e48000465 100644 --- a/docs/book/src/running_crosvm/custom_kernel_rootfs.md +++ b/docs/book/src/running_crosvm/custom_kernel_rootfs.md @@ -20,8 +20,9 @@ git clone --depth 1 -b chromeos-5.10 https://chromium.googlesource.com/chromiumo Either way that you get the kernel, the next steps are to configure and build the bzImage: -```bas -make chromiumos-container-vm-x86_64_defconfig +```bash +CHROMEOS_KERNEL_FAMILY=termina ./chromeos/scripts/prepareconfig container-vm-x86_64 +make olddefconfig make -j$(nproc) bzImage ```