add first boot set hostname
Copy this script and systemd unit file from meta-openpower.
Change-Id: I98aed26efb2be00f1fe3d703f83fd201f18059db
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meson_options.txt b/meson_options.txt
index a946e82..af2e039 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,6 @@
option(
'first-boot-set-mac', type: 'feature', description: 'Set MAC address on first boot.',
)
+option(
+ 'first-boot-set-hostname', type: 'feature', description: 'Set hostname on first boot.',
+)