1
0
Commit Graph

5 Commits

Author SHA1 Message Date
Jybz
aab285b9e9 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.
2019-10-19 12:33:21 +00:00
Daniel Tartavel
6a95bc6014 med rpi/ to rpi3/, corrected the hostname :-) 2019-03-31 13:42:57 +02:00
Daniel Tartavel
a28821c8f1 First commit 2018-08-04 08:37:59 +02:00
Daniel Tartavel
de35f24fe3 - corrected a bug in fstab generation
- added hostname
2018-07-22 18:46:29 +02:00
Daniel Tartavel
89849e1353 - First commit of directory common 2018-07-22 14:20:42 +02:00