Some small updates

This commit is contained in:
2020-05-02 01:51:54 -05:00
parent db48988a5d
commit 30cec1a77e
4 changed files with 35 additions and 22 deletions

View File

@@ -21,18 +21,20 @@ SYSTEM_RELEASE=""
# $RELEASE is the version of Ubuntu/Debian you intend to build an ISO for.
# Some options: xenal, bionic, disco, focal
# Versions: xenal (16.0.4), bionic (18.04), disco (19.04), focal (20.04)
RELEASE=""
RELEASE="focal"
# $ARCH is the target processor architecture.
# For old 32 bit x86 systems use i386.
# For newer 64-bit x86 systems (also known as x64, x86_64, Intel 64, and AMD64) use amd64.
ARCH=""
ARCH="amd64"
# the name of your distro and ISO
OS_NAME=""
OS_NAME="Sol-OS"
OS_VER="1.00"
# The user of the live boot
LIVE_USER=""
LIVE_USER="earth"
@@ -44,7 +46,8 @@ echo "Base Dir: " $(pwd) "\n";
# Make work structure
mkdir -p "${CHROOT_PTH}"
mkdir -p image/{casper,isolinux,install}
mkdir -p image/{casper,isolinux,install,boot,.disk}
touch image/ubuntu