summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-06-19 20:27:01 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-19 20:27:01 +0200
commit9dab397a4fa019b6b0825809d13f93214212284b (patch)
tree8fa8474ccebcb2228587d5629779687376ef9085
parent1c9c40d53b1268ccf35044ceb56431a92164e3a6 (diff)
downloadbuildroot-novena-9dab397a4fa019b6b0825809d13f93214212284b.tar.gz
buildroot-novena-9dab397a4fa019b6b0825809d13f93214212284b.zip
system/skeleton: remove /etc/hostname
We already provide BR2_TARGET_GENERIC_HOSTNAME to set /etc/hostname, so a default /etc/hostname file isn't needed. More importantly, if the user has explictly set BR2_TARGET_GENERIC_HOSTNAME to the empty string, we would still end up with a /etc/hostname containing 'buildroot' which is unlikely to be what the user wanted. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--system/skeleton/etc/hostname1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/skeleton/etc/hostname b/system/skeleton/etc/hostname
deleted file mode 100644
index 5b26b355e..000000000
--- a/system/skeleton/etc/hostname
+++ /dev/null
@@ -1 +0,0 @@
-buildroot