start of etiona (trisquel 9) support
[automated-distro-installer] / mymk-basefile
index 2a7f453b7f63e8052db82390e5089dacc6b2833f..e70f97b14e34999d3b0f00d13c95b954aad227df 100755 (executable)
@@ -23,7 +23,10 @@ Args I've used before:
 
 -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 +48,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