Set custom hostname
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Jan 2023 00:20:20 +0000 (19:20 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 1 Mar 2023 17:10:15 +0000 (12:10 -0500)
recipes-core/base-files/base-files_%.bbappend [new file with mode: 0644]

diff --git a/recipes-core/base-files/base-files_%.bbappend b/recipes-core/base-files/base-files_%.bbappend
new file mode 100644 (file)
index 0000000..c9f2ca9
--- /dev/null
@@ -0,0 +1,3 @@
+do_install:append () {
+    echo "hvmpd" > ${D}${sysconfdir}/hostname
+}