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

Commit

Permalink
Update create-debian-usb-key.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeadelethompson authored Oct 21, 2023
1 parent 76702ac commit 0f9f8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-debian-usb-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ HOME="${DISK}p3"
parted ${DISK} mklabel gpt
parted ${DISK} mkpart primary fat32 1 256
parted ${DISK} name 1 BOOT
parted ${DISK} mkpart primary ext2 256 3000
parted ${DISK} mkpart primary ext2 256 4096
parted ${DISK} name 2 ROOT
parted ${DISK} mkpart primary fat32 3000 31950
parted ${DISK} mkpart primary fat32 4096 31950
parted ${DISK} name 3 HOME
parted ${DISK} set 1 boot on

Expand Down

0 comments on commit 0f9f8eb

Please sign in to comment.