From 71c14fcb8259136ae51e715fc0145052bd51a9c1 Mon Sep 17 00:00:00 2001 From: Paige Thompson Date: Wed, 18 Oct 2023 16:15:25 -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 500e3be..1b13c63 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 -1 +parted ${DISK} mkpart primary fat32 3000 31950 parted ${DISK} name 3 HOME parted ${DISK} set 1 boot on