diff --git a/bin/mkiso.in b/bin/mkiso.in deleted file mode 100755 index 4ad248c..0000000 --- a/bin/mkiso.in +++ /dev/null @@ -1,353 +0,0 @@ -#!/bin/bash -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -version=@version@ - -[[ -r @libdir@/util-msg.sh ]] && source @libdir@/util-msg.sh -[[ -r @libdir@/util.sh ]] && source @libdir@/util.sh - -PKGLIST="" -QUIET=true -FORCE=false -PACCONFIG="/etc/pacman.conf" -export LABEL="MANJARO_$(date +%Y%m)" -PUBLISHER="Manjaro Linux " -APPLICATION="Manjaro Linux Live/Rescue CD" -COMPRESSION="xz" -CREATE_DEFAULT=false -INSTALL_DIR="manjaro" -IMAGE_FOLDER="root-image" -LOCALE="" -APPNAME=$(basename "${0}") -MIRRORS='' -LOG=false - -# usage: usage -usage (){ - echo "usage ${APPNAME} [options] command " - echo " general options:" - echo " -f Force overwrite of working files/squashfs image/bootable image" - echo " -p PACKAGE(S) Additional package(s) to install, can be used multiple times" - echo " -C Config file for pacman. Default $PACCONFIG" - echo " -L