[Buildroot] [git commit] skeleton: remove unused /etc/issue

Peter Korsgaard peter at korsgaard.com
Tue Nov 17 20:59:31 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=29d1f8d1b616fefeaf6a90590f64ea762eb09b41
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

/etc/issue is managed with BR2_TARGET_GENERIC_ISSUE. In case
BR2_TARGET_GENERIC_ISSUE is set (which is default), /etc/issue
is overwritten. In case BR2_TARGET_GENERIC_ISSUE is not set,
we don't want /etc/issue exist.

Finaly, remove /etc/issue from skeleton.

Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
Reviewed-by: "Maxime Hadjinlian" <maxime.hadjinlian at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 system/skeleton/etc/issue | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/system/skeleton/etc/issue b/system/skeleton/etc/issue
deleted file mode 100644
index 90f1779..0000000
--- a/system/skeleton/etc/issue
+++ /dev/null
@@ -1,3 +0,0 @@
-
-Welcome to Buildroot
-


More information about the buildroot mailing list