u
This commit is contained in:
@@ -14,18 +14,16 @@ if [ $# -lt 1 ]; then
|
|||||||
echo "usage: '$this_file_name {all}'"
|
echo "usage: '$this_file_name {all}'"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
operation=$1
|
operation=$1
|
||||||
|
|
||||||
source ../dots/archinstall/$HOST/options.sh
|
clone_trg=/tmp
|
||||||
|
source ${clone_trg}/lnx-arch/dots/archinstall/$HOST/options.sh
|
||||||
if [ -z "${OPTIONS_LOADED}" ]; then
|
if [ -z "${OPTIONS_LOADED}" ]; then
|
||||||
echo "error: unable to load options"
|
echo "error: unable to load options"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
user=${USER}
|
user=${USER}
|
||||||
clone_trg=/tmp
|
|
||||||
|
|
||||||
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
# ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user