2
1
Эх сурвалжийг харах

target: update default /etc/issue and /etc/hostname

Adjust default /etc/issue to print 'Welcome to Buildroot' like the
recently removed BR2_BANNER did, and adjust default hostname to be
'buildroot' instead of uclibc as we now support external glibc
toolchains as well.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 жил өмнө
parent
commit
0c050a7fe5

+ 1 - 1
target/device/Atmel/root/target_busybox_skeleton/etc/hostname

@@ -1 +1 @@
-uclibc
+buildroot

+ 1 - 2
target/device/Atmel/root/target_busybox_skeleton/etc/issue

@@ -1,4 +1,3 @@
 
 
-
-Welcome to the Erik's uClibc development environment.
+Welcome to Buildroot
 
 

+ 1 - 1
target/device/Atmel/root/target_skeleton/etc/hostname

@@ -1 +1 @@
-uclibc
+buildroot

+ 1 - 2
target/device/Atmel/root/target_skeleton/etc/issue

@@ -1,4 +1,3 @@
 
 
-
-Welcome to the Erik's uClibc development environment.
+Welcome to Buildroot
 
 

+ 1 - 1
target/generic/target_busybox_skeleton/etc/hostname

@@ -1 +1 @@
-uclibc
+buildroot

+ 1 - 2
target/generic/target_busybox_skeleton/etc/issue

@@ -1,4 +1,3 @@
 
 
-
-Welcome to the Erik's uClibc development environment.
+Welcome to Buildroot
 
 

+ 1 - 1
target/generic/target_skeleton/etc/hostname

@@ -1 +1 @@
-uclibc
+buildroot

+ 1 - 2
target/generic/target_skeleton/etc/issue

@@ -1,4 +1,3 @@
 
 
-
-Welcome to the Erik's uClibc development environment.
+Welcome to Buildroot