Browse Source

Merge pull request #52 from denismosolov/patch-1

Fix output for Raspberry Pi 3 if mounpoint is missing
1.1.x
Adam Podogrocki 6 years ago
committed by GitHub
parent
commit
f184ac9948
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      convert-stage-4.sh

2
convert-stage-4.sh

@ -176,7 +176,7 @@ install_files() {
;;
"raspberrypi3")
[ ! -d "$primary_dir/uboot" ] && \
{ log "\t'/boot/efi' mountpoint missing. Adding"; \
{ log "\t'/uboot' mountpoint missing. Adding"; \
sudo install -d -m 755 ${primary_dir}/uboot; }
;;
esac

Loading…
Cancel
Save