Skip to content

Commit

Permalink
Increase build image size
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 18, 2023
1 parent 383a4aa commit 5515625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function main() {
exec(`sudo rm -rf ${BUILD_DIR}/rootfs.img`);

console.log("Creating and mounting rootfs.img");
exec(`sudo fallocate -l 42G ${BUILD_DIR}/rootfs.img`);
exec(`sudo fallocate -l 50G ${BUILD_DIR}/rootfs.img`);
exec(`sudo mkfs.ext4 -L pmOS_root ${BUILD_DIR}/rootfs.img`);
exec(`sudo mount ${BUILD_DIR}/rootfs.img ${ROOTFS_DIR}`);

Expand Down

0 comments on commit 5515625

Please sign in to comment.