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 9abd1f2 commit 468bfd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
run: sudo parted /dev/loop254 mkpart primary ext2 256 3128
- name: Create HOME partition
run: sudo parted /dev/loop254 mkpart primary ntfs 3128 7500
- name: Label BOOT
run: sudo parted /dev/loop254 name 1 BOOT
- name: Label SYSTEM
run: sudo parted /dev/loop254 name 2 SYSTEM
- name: Label HOME
run: sudo parted /dev/loop254 name 3 HOME
# - name: Label BOOT
# run: sudo parted /dev/loop254 name 1 BOOT
# - name: Label SYSTEM
# run: sudo parted /dev/loop254 name 2 SYSTEM
# - name: Label HOME
# run: sudo parted /dev/loop254 name 3 HOME
- 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 468bfd9

Please sign in to comment.