guysoft / CustomPiOS

A Raspberry Pi and other ARM devices distribution builder
GNU General Public License v3.0
514 stars 149 forks source link

Realpath does not exist in Debian 10 #56

Closed WheresWaldo closed 5 years ago

WheresWaldo commented 5 years ago

There is no Buster version of realpath, https://packages.debian.org/search?keywords=realpath. It is also no longer included in coreutils.

In many instances you can use readlink -f Can CustomPiOS be modified to use readlink instead of relying on realpath?

guysoft commented 5 years ago

This is already solved on the dev branch. commit: https://github.com/guysoft/CustomPiOS/commit/a2bff88148c548ed7876d3dc48448fcf48ad5e45 Make sure you are using the latest docker image.

Why is moving to readlink -f if realpath is already included?

WheresWaldo commented 5 years ago

I will close this