Skip to content

Commit

Permalink
testing3
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 13, 2023
1 parent 0226f3c commit 5883a4e
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/
sudo cp -r ${BUILD_DIR}/pmos_root_mnt/lib/firmware/* ${BUILD_DIR}/initramfs-work/lib/firmware/
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/
cd ${BUILD_DIR}/initramfs-work/
Expand Down

0 comments on commit 5883a4e

Please sign in to comment.