From aab285b9e92f919507e0065d99d8e30da4c848ef Mon Sep 17 00:00:00 2001 From: Jybz Date: Sat, 19 Oct 2019 12:33:21 +0000 Subject: [PATCH] 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. --- common/etc/hostname | 1 - 1 file changed, 1 deletion(-) delete mode 100644 common/etc/hostname diff --git a/common/etc/hostname b/common/etc/hostname deleted file mode 100644 index 2126b3d..0000000 --- a/common/etc/hostname +++ /dev/null @@ -1 +0,0 @@ -pi.raspberry