From a4a5ceff8f3d4e9ee251e7fc65cd0a35d13f6371 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 5 Aug 2024 14:35:50 -0400 Subject: [PATCH] Make gen2extract non-prompting --- gentoo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-install.sh b/gentoo-install.sh index b566b0a..34fad5b 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -256,7 +256,7 @@ function stage_step() { fi ${cmd} git clone "https://github.com/erenfro/gen2stage4" "$HOME/gen2stage4" || errormsg 1 "Failed to download gen2stage4" - ${cmd} "$HOME/gen2stage4/gen2extract" -t /mnt/gentoo "$s4file" + ${cmd} "$HOME/gen2stage4/gen2extract" -q -t /mnt/gentoo "$s4file" ${cmd} rm -rf "$HOME/gen2stage4" #FIXME post stage extraction: