Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeadelethompson authored Nov 28, 2023
1 parent 01eb4e8 commit e4ba847
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 @@ -19,7 +19,7 @@ jobs:
- name: Install tools
run: sudo apt update ; sudo apt -y install python-is-python3 python3-pip exfatprogs parted exfat-fuse binfmt-support qemu-user-static
- name: Create installer.bin
run: truncate -s 8192M installer.bin
run: truncate -s 7500M 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 @@ -31,7 +31,7 @@ jobs:
- name: Create SYSTEM partition
run: sudo parted /dev/loop254 mkpart primary ext2 256 3128
- name: Create HOME partition
run: sudo parted /dev/loop254 mkpart primary fat32 3128 8192
run: sudo parted /dev/loop254 mkpart primary ntfs 3128 7500
- name: Label BOOT
run: sudo parted /dev/loop254 name 1 BOOT
- name: Label SYSTEM
Expand Down

0 comments on commit e4ba847

Please sign in to comment.