Aaron Dewes
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|