chroot target configuration script
This commit is contained in:
parent
903b4420cd
commit
3ac1955471
1 changed files with 11 additions and 0 deletions
11
configure
vendored
Executable file
11
configure
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# === Configuration === #
|
||||
HOSTNAME="lilac"
|
||||
# ===================== #
|
||||
|
||||
|
||||
ROOT="build/rootfs"
|
||||
|
||||
# Set hostname
|
||||
echo "$HOSTNAME" > "$ROOT/etc/hostname"
|
||||
Loading…
Add table
Add a link
Reference in a new issue