This commit is contained in:
Rose Thompson 2024-03-28 13:40:25 -05:00
commit 97f6451f5c

View File

@ -74,9 +74,9 @@ fi
# Prefix partition with "p" for non-SCSI disks (mmcblk, nvme) # Prefix partition with "p" for non-SCSI disks (mmcblk, nvme)
if [[ $SDCARD == "/dev/sd"* ]]; then if [[ $SDCARD == "/dev/sd"* ]]; then
$PART_PREFIX="" PART_PREFIX=""
else else
$PART_PREFIX="p" PART_PREFIX="p"
fi fi
# If no images directory, images have not been built # If no images directory, images have not been built