more comprehensive local dns records
[automated-distro-installer] / mymk-basefile
index 4136bb8256ef91c9ff98e80dc993fd10b9bcb31f..d2b4328792fd3f53129c80dc6093f164e6cb796f 100755 (executable)
@@ -16,8 +16,10 @@ 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
 
@@ -48,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