From 67a0df2dd12578debf9cdfeebd24448884767706 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Fri, 31 Mar 2023 16:01:43 -0700 Subject: [PATCH] need a dummy install_arch_linux_onedir_post that calls install_arch_linux_stable_post. --- bootstrap-salt.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 587cec3..40bae4b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -6743,6 +6743,12 @@ install_arch_linux_onedir() { return 0 } + +install_arch_linux_onedir_post() { + install_arch_linux_stable_post || return 1 + + return 0 +} # # Ended Arch Install Functions #