#!/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"