X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fhooks%2Fpartition.DEFAULT;h=c637a9bcf6e1c71b00bd4c3fa91a3b7dced02afd;hb=7a4577880f3d646ec68d60b1cd3a38f110f784bb;hp=d896a94d6e2e67a441e32e3446c0f16411b43bfe;hpb=ace13281eb68397600d7c4eb4c2718652f3d2e78;p=automated-distro-installer diff --git a/fai/config/hooks/partition.DEFAULT b/fai/config/hooks/partition.DEFAULT index d896a94..c637a9b 100755 --- a/fai/config/hooks/partition.DEFAULT +++ b/fai/config/hooks/partition.DEFAULT @@ -262,6 +262,8 @@ if [[ ! $DISTRO ]]; then DISTRO=trisquelbelenos elif ifclass VOL_FLIDAS; then DISTRO=trisquelflidas + elif ifclass VOL_ETIONA; then + DISTRO=trisqueletiona else echo "PARTITIONER ERROR: no distro class/var set" >&2 exit 1 @@ -294,6 +296,9 @@ lukspw=$(cat $luks_dir/iank) if ifclass tpnew; then lukspw=$(cat $luks_dir/traci) fi +if ifclass ziva; then + lukspw=$(cat $luks_dir/ziva) +fi if ifclass demohost; then lukspw=x fi