From cb6954003a3ba52f5a76d5fec8e09456c5f63995 Mon Sep 17 00:00:00 2001 From: Paige Thompson Date: Wed, 18 Oct 2023 16:11:46 -0700 Subject: [PATCH] Update create-debian-usb-key.sh --- create-debian-usb-key.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-debian-usb-key.sh b/create-debian-usb-key.sh index b0809fe..500e3be 100644 --- a/create-debian-usb-key.sh +++ b/create-debian-usb-key.sh @@ -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 4700 +parted ${DISK} mkpart primary fat32 3000 -1 parted ${DISK} name 3 HOME parted ${DISK} set 1 boot on