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 18, 2023
1 parent cb69540 commit 71c14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-debian-usb-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parted ${DISK} mkpart primary fat32 1 256
parted ${DISK} name 1 BOOT
parted ${DISK} mkpart primary ext2 256 3000
parted ${DISK} name 2 ROOT
parted ${DISK} mkpart primary fat32 3000 -1
parted ${DISK} mkpart primary fat32 3000 31950
parted ${DISK} name 3 HOME
parted ${DISK} set 1 boot on

Expand Down

0 comments on commit 71c14fc

Please sign in to comment.