X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mymk-basefile;h=d2b4328792fd3f53129c80dc6093f164e6cb796f;hb=ee37d990c89bb3bab1b54e3b3fb43e9f79ed039b;hp=2a7f453b7f63e8052db82390e5089dacc6b2833f;hpb=527f50b38e4a94a771215131cafe016a97ba83cd;p=automated-distro-installer diff --git a/mymk-basefile b/mymk-basefile index 2a7f453..d2b4328 100755 --- a/mymk-basefile +++ b/mymk-basefile @@ -16,14 +16,19 @@ them often. Better to build our all our own. Args I've used before: +-z BUSTER64 -z STRETCH64 -z XENIAL64 +-z ETIONA64 -z FLIDAS64 -z BELENOS64 -h|--help Print help and exit. -Note: Uses GNU getopt options parsing style +Note: Uses GNU getopt options parsing style. + +Usage of mk-basefile: + EOF $script_dir/fai/config/basefiles/mk-basefile -h exit $1 @@ -45,6 +50,10 @@ for d in belenos flidas; do $s ln -sf gutsy $d; fi done +d=etiona +if [[ ! -L $d && ! -e $d ]]; then + $s ln -sf trisquel etiona; +fi if [[ $BASEFILE_DIR ]]; then cd $BASEFILE_DIR