beginning of fsf config
[automated-distro-installer] / fai / config / class / 50-host-classes
index 84efa3677c4445f70b3d9ad7c5f257c834b0c991..7de22876d58d69ca8c5b7decfb73d0a50f6f85db 100755 (executable)
@@ -79,9 +79,12 @@ echo FAIBASE STANDARD DEBIAN
 # ROTATIONAL: in a system with ssd and hdd, install to the hdd
 # instead of the default ssd.
 #
-# RAID0: Use raid 0 even if there are >= 4 disks with boot partititions.
+# RAID0: Use raid 0 even if there are >= 4 disks with boot partitions.
 #
 # LINODE: For running a vm on linode, especially one created with fai-cd.
+#
+# IANK / FSF: general setup of my machine vs FSF machines
+# NABIA_EXTRA: extra repos for NABIA from other distros
 
 
 if [[ -e /a/bin/fai/fai-wrapper ]]; then
@@ -128,6 +131,8 @@ exit 0
 # It's a noop until we replace _ with host names.
 
 #!/bin/bash
+
+echo IANK
 if [[ ! -e /a/bin/fai/fai-wrapper || $FAI_ACTION == dirinstall ]]; then
   case $HOSTNAME in
     # bullseye based minimal recovery / bootstraping os:
@@ -137,7 +142,7 @@ if [[ ! -e /a/bin/fai/fai-wrapper || $FAI_ACTION == dirinstall ]]; then
     # etiona
     _) echo UBUNTU ETIONA64 VOL_ETIONA ETIONA ;;
     # nabia
-    _) echo UBUNTU NABIA64 VOL_NABIA NABIA  ;;
+    _) echo UBUNTU NABIA64 VOL_NABIA NABIA NABIA_EXTRA  ;;
     # stretch
     _) echo STRETCH64 VOL_STRETCH STRETCH_NONFREE ;;
     # buster