From 596346a904335d61f54806487936f1a3c32e85a5 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 24 Sep 2025 12:20:23 +0200 Subject: Add modified hostname script for embedded systems --- busybox/hostname/up | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 busybox/hostname/up (limited to 'busybox/hostname/up') 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 -- cgit v1.2.3