2020-11-08 15:36:35 +00:00
|
|
|
USER="lemniskett"
|
2020-10-27 06:12:14 +00:00
|
|
|
PRIV="sudo"
|
|
|
|
INSTALL_PATH="/var/archlinux"
|
2020-10-29 06:07:50 +00:00
|
|
|
CHROOT="$INSTALL_PATH/root.x86_64"
|
2021-01-04 04:38:20 +00:00
|
|
|
|
|
|
|
# Nix OS will breaks when you mount /run, change MOUNT_RUN to "no"
|
|
|
|
# if you use Nix OS, don't forget to use `archbox --mount-runtime-only`
|
2021-01-12 15:45:10 +00:00
|
|
|
# after user login.
|
2020-12-28 12:15:21 +00:00
|
|
|
MOUNT_RUN="yes"
|
2020-10-29 06:07:50 +00:00
|
|
|
|
2021-01-04 04:38:20 +00:00
|
|
|
# Mount modules and boot directory, useful if you want to use kernels
|
2021-01-12 15:45:10 +00:00
|
|
|
# from Arch Linux repo, otherwise it's best to remain disabled.
|
2021-01-04 04:38:20 +00:00
|
|
|
MOUNT_MOD="no"
|
|
|
|
|
|
|
|
# Lazy unmounting, make sure you know what you're doing if enabling this!
|
|
|
|
LAZY_UMOUNT="no"
|
|
|
|
|
2021-01-12 15:45:10 +00:00
|
|
|
# Put your desired enviroment variable here, for example:
|
2021-01-11 07:00:43 +00:00
|
|
|
#
|
2020-10-29 06:07:50 +00:00
|
|
|
# ENV_VAR="HOME=/var/home/lemniskett"
|
2021-01-11 07:00:43 +00:00
|
|
|
#
|
2020-10-29 06:07:50 +00:00
|
|
|
ENV_VAR=""
|
2021-01-11 07:00:43 +00:00
|
|
|
|
2021-01-12 15:45:10 +00:00
|
|
|
# Parse a Systemd service and executes it on boot, order matters, for example.
|
2021-01-11 07:00:43 +00:00
|
|
|
#
|
2021-01-12 15:45:10 +00:00
|
|
|
# SERVICES=( vmware-networks-configuration vmware-networks vmware-usbarbitrator nginx )
|
2021-01-11 07:00:43 +00:00
|
|
|
#
|
|
|
|
# Keep in mind that this doesn't resolve service dependencies, so you may need to
|
2021-01-12 15:45:10 +00:00
|
|
|
# enable the dependencies manually.
|
2021-01-11 07:00:43 +00:00
|
|
|
SERVICES=()
|
2021-01-12 15:45:10 +00:00
|
|
|
|
|
|
|
# Share other host directories into Archbox, absolute path needed.
|
|
|
|
SHARED_FOLDER=( /home )
|