mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
Merge branch 'main' of https://github.com/openhwgroup/cvw
This commit is contained in:
commit
97f6451f5c
1 changed files with 2 additions and 2 deletions
|
@ -74,9 +74,9 @@ fi
|
|||
|
||||
# Prefix partition with "p" for non-SCSI disks (mmcblk, nvme)
|
||||
if [[ $SDCARD == "/dev/sd"* ]]; then
|
||||
$PART_PREFIX=""
|
||||
PART_PREFIX=""
|
||||
else
|
||||
$PART_PREFIX="p"
|
||||
PART_PREFIX="p"
|
||||
fi
|
||||
|
||||
# If no images directory, images have not been built
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue