bcm2835-bootloader: fix create sdcard script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-16 00:34:50 +02:00
parent 5ad7c5e498
commit 5008775eba

View File

@ -51,7 +51,7 @@ fi
DISK="$1" DISK="$1"
case $DISK in case $DISK in
"/dev/mmcblk1"*) "/dev/mmcblk"*)
PART1="${DISK}p1" PART1="${DISK}p1"
PART2="${DISK}p2" PART2="${DISK}p2"
;; ;;