Skip to content

Commit

Permalink
testing5
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 14, 2023
1 parent e5cb2c4 commit 0bfe63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pmbootstrap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export function genPMOSImage(device: string) {
# TODO: temp testing
# copy all firmware to initramfs
sudo mkdir -pv ${BUILD_DIR}/initramfs-work/lib/firmware/qcom/
sudo cp -r ${BUILD_DIR}/pmos_root_mnt/lib/firmware/qcom/* ${BUILD_DIR}/initramfs-work/lib/firmware/qcom/
sudo mkdir -pv ${BUILD_DIR}/initramfs-work/lib/firmware/qcom/sdm845/oneplus6
sudo cp -r ${BUILD_DIR}/pmos_root_mnt/lib/firmware/qcom/sdm845/oneplus6/* ${BUILD_DIR}/initramfs-work/lib/firmware/qcom/sdm845/oneplus6/
cd ${BUILD_DIR}/initramfs-work/
Expand Down

0 comments on commit 0bfe63f

Please sign in to comment.