X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=fai%2Fconfig%2Fclass%2F50-host-classes;h=11559c1e9f9a9a7b8ac0926f866cd763dff1dd09;hb=bd3227e34e549257fee819cf6bd50fe202ca7996;hp=7de22876d58d69ca8c5b7decfb73d0a50f6f85db;hpb=4abbc67ed68213ec94fcf5970d3e34661967a87c;p=automated-distro-installer diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index 7de2287..11559c1 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -128,7 +128,7 @@ exit 0 ###### begin Template for 51-multi-boot ###### # # It has reasonable combinations of above classes. -# It's a noop until we replace _ with host names. +# We must first replace _ with host name(s). #!/bin/bash @@ -143,6 +143,8 @@ if [[ ! -e /a/bin/fai/fai-wrapper || $FAI_ACTION == dirinstall ]]; then _) echo UBUNTU ETIONA64 VOL_ETIONA ETIONA ;; # nabia _) echo UBUNTU NABIA64 VOL_NABIA NABIA NABIA_EXTRA ;; + # aramo + _) echo UBUNTU ARAMO64 VOL_ARAMO ARAMO ARAMO_EXTRA ;; # stretch _) echo STRETCH64 VOL_STRETCH STRETCH_NONFREE ;; # buster @@ -159,6 +161,8 @@ if [[ ! -e /a/bin/fai/fai-wrapper || $FAI_ACTION == dirinstall ]]; then _) echo UBUNTU BIONIC64 VOL_BIONIC BIONIC ;; # focal _) echo UBUNTU FOCAL64 VOL_FOCAL FOCAL ;; + # jammy + _) echo UBUNTU JAMMY64 VOL_JAMMY JAMMY ;; esac fi ###### end Template for 51-multi-boot ######