#!/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="y" FORCE="n" PACCONFIG="/etc/pacman.conf" export LABEL="MANJARO_$(date +%Y%m)" PUBLISHER="Manjaro Linux " APPLICATION="Manjaro Linux Live/Rescue CD" COMPRESSION="xz" CREATE_DEFAULT="n" INSTALL_DIR="manjaro" IMAGE_FOLDER="root-image" APPNAME=$(basename "${0}") # 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