Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 16, 2023
1 parent 175457d commit 59962c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-extra/image-gen/image-gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const buildTargetStandardPMOSDeviceImage = (targetDevice: string) => {
# TODO: the current situation on android is that kexec is broken
if [ "${adevice?.should_disable_kexec}" = true ]; then
echo "pl2.disable_kexec = true" >> ${BUILD_DIR}/pmos_root_mnt/data/prolinux.toml
echo "pl2.disable_kexec = true" | sudo tee -a ${BUILD_DIR}/pmos_root_mnt/data/prolinux.toml
fi
# pmos init checks this to see if root was mounted
Expand Down

0 comments on commit 59962c1

Please sign in to comment.