diff options
Diffstat (limited to 'busybox/hostname/up')
| -rw-r--r-- | busybox/hostname/up | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/busybox/hostname/up b/busybox/hostname/up new file mode 100644 index 0000000..5da7f51 --- /dev/null +++ b/busybox/hostname/up @@ -0,0 +1,5 @@ +############################# +# Set the system's hostname # +############################# + +hostname -F /etc/hostname |
