diff --git a/etc/default/distro b/etc/default/distro new file mode 100644 index 0000000..133c3d7 --- /dev/null +++ b/etc/default/distro @@ -0,0 +1,17 @@ +# Defaults for distro-defaults +# sourced by various packages +# installed at /etc/default/distro by the maintainer scripts +# +# This is a POSIX shell fragment + +# specify distribution name +DISTRO="antiX" +DISTRO_VERSION="15-b1-RV" +DISTRO_CODENAME="Killah_P" + +# For fromiso install: +# ISO_FILE="$DISTRO_NAME/$DISTRO_NAME.iso" + +# The directory and fname of the squashfs *file* +# SQFILE_PATH="$DISTRO_NAME" # also holds /deb and /etc subdirs +# SQFILE_NAME="$DISTRO_NAME"