Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Mar 23, 2024
1 parent 4a59b85 commit cdd7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmbootstrap/index.ts
Expand Up @@ -160,7 +160,7 @@ export function genPMOSImage(device: string) {
${customKernelCommands}
# save some bytes
rm -rf ${BUILD_DIR}/initramfs-work/usr/share/pbsplash/pmos-logo-text-epaper.svg
sudo rm -rf ${BUILD_DIR}/initramfs-work/usr/share/pbsplash/pmos-logo-text-epaper.svg
cd ${BUILD_DIR}/initramfs-work/
find . -print0 | cpio --null --create --verbose --format=newc | gzip --best > ${BUILD_DIR}/new-initramfs
Expand Down

0 comments on commit cdd7b2e

Please sign in to comment.