Skip to content

Commit

Permalink
change image size
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeadelethompson authored Jul 11, 2024
1 parent cb08de4 commit 696073c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
make KERNEL=kernel8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- V=1 -j2
make KERNEL=kernel8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- V=1 -j2 dtbs
- name: Create installer.bin
run: truncate -s 7946M installer.bin
run: truncate -s 16000M installer.bin
- name: Create loopback device
run: sudo mknod -m 0660 /dev/loop254 b 7 254
- name: Mount installer.bin as loopback device
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Create BOOT partition
run: sudo parted /dev/loop254 mkpart primary fat32 1 1024
- name: Create SYSTEM partition
run: sudo parted /dev/loop254 mkpart primary ext2 1024 7946
run: sudo parted /dev/loop254 mkpart primary ext2 1024 16000
- name: Toogle boot flag on boot partition
run: sudo parted /dev/loop254 set 1 boot on
- name: Create BOOT filesystem
Expand Down

0 comments on commit 696073c

Please sign in to comment.