From 07ab70922ca1edc4eb8aba4354b18cb850d71001 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Fri, 31 Mar 2023 16:00:31 -0700 Subject: [PATCH] need a dummy install_fedora_onedir_post that calls install_fedora_stable_post. --- bootstrap-salt.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 261df25..587cec3 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -4461,6 +4461,13 @@ install_fedora_onedir() { return 0 } + +install_fedora_onedir_post() { + STABLE_REV=$ONEDIR_REV + install_fedora_stable_post || return 1 + + return 0 +} # # Ended Fedora Install Functions #