Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed May 31, 2024
1 parent b5bde33 commit 5610612
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions truenas_installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ async def format_disk(device, set_pmbr, callback):
# Create BIOS boot partition (1st partition)
await run(["sgdisk", "-a4096", "-n1:0:+1024K", "-t1:EF02", "-A1:set:2", device])

# Create EFI partition (Even if not used, allows user to switch to UEFI later)
# (2nd partition)
# Create EFI partition (Even if not used, allows user to switch to UEFI later) (2nd partition)
await run(["sgdisk", "-n2:0:+524288K", "-t2:EF00", device])

# Create data partition (3rd partition)
Expand Down

0 comments on commit 5610612

Please sign in to comment.