chroot target configuration script

This commit is contained in:
Emile Clark-Boman 2025-08-14 22:41:06 +10:00
parent 903b4420cd
commit 3ac1955471

11
configure vendored Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
# === Configuration === #
HOSTNAME="lilac"
# ===================== #
ROOT="build/rootfs"
# Set hostname
echo "$HOSTNAME" > "$ROOT/etc/hostname"