diff --git a/configure b/configure new file mode 100755 index 0000000..ce3d7ec --- /dev/null +++ b/configure @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +# === Configuration === # +HOSTNAME="lilac" +# ===================== # + + +ROOT="build/rootfs" + +# Set hostname +echo "$HOSTNAME" > "$ROOT/etc/hostname"