1
0

It overwrite a custom files.

This "hardcoded" file is sync in "copycommon" function, called after "preparechroot" function where the lines :
    info "making /etc/hostname"
    echo "${HOSTNAME}" > "${BUILD_PATH}/etc/hostname"
create that file.
Independent of the platform, we find always the same hostname from that file.
Resolution : deleting the file.
This commit is contained in:
Jybz 2019-10-19 12:33:21 +00:00
parent 52297663f8
commit aab285b9e9

View File

@ -1 +0,0 @@
pi.raspberry