elif/setup.conf
lw-everestlinux 084dd83800 hi
2022-10-25 18:55:37 -04:00

13 lines
416 B
Bash

#!/bin/sh
# The root partition Everest will be installed to
export EVEREST_DISK="/dev/sdX"
# The directory to conduct the installation
# Live USB users should NOT change this
export EVEREST="/mnt/everest"
# The Everest rootfs image to use
# This should be a download link
export EVEREST_ROOTFS_IMG="https://git.everestlinux.org/EverestLinux/everest/raw/branch/main/releases/everestlinux-0.1.0-rc.1-master.tar.xz"