Browse Source

Fix for arm64 port (#73)

swap
Aaron Dewes 5 years ago
committed by GitHub
parent
commit
696d1d0938
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      export-image/04-finalise/01-run.sh

2
export-image/04-finalise/01-run.sh

@ -69,7 +69,7 @@ cp "$ROOTFS_DIR/etc/rpi-issue" "$INFO_FILE"
kernel="$(curl -s -L "https://github.com/raspberrypi/firmware/raw/$firmware/extra/git_hash")"
printf "Kernel: https://github.com/raspberrypi/linux/tree/%s\n" "$kernel"
uname="$(curl -s -L "https://github.com/raspberrypi/firmware/raw/$firmware/extra/uname_string7")"
uname="$(curl -s -L "https://github.com/raspberrypi/firmware/raw/$firmware/extra/uname_string8")"
printf "Uname string: %s\n" "$uname"
fi

Loading…
Cancel
Save