View Single Post
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#15
bug:

I changed my hostname to Mr Pingu (space included)
the old busybox used to display the whole name, after going to root via "root" (not sudo gainroot)

Code:
~ $ root


BusyBox v1.10.4 (Debian 1.10.4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

 Mr Pingu:~#

This new busybox stops after Mr so it doesnt display the full hostname if a space is included in the hostname it stops after this space

new:
Code:
~ $ root


BusyBox v1.18.4 (Debian 1.18.4power2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

Mr:~#

note: I dont know if version match on the old , I just thought it was 1.10 so I changed to make the difference more clear
 

The Following 2 Users Say Thank You to mr_pingu For This Useful Post: