diff --git a/gentoo-install.sh b/gentoo-install.sh index bcf8650..34fe0b1 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -218,15 +218,6 @@ function stage_step() { local s4file SwapUUID SwapOffset local cmd - show_options - - read -rsn1 -p"Stage-Install: To proceed, press enter to continue." proceed - echo - if [[ "$proceed" != "" ]]; then - echo "Aborting." - exit 1 - fi - if "$DEBUG"; then cmd="echo" else @@ -466,7 +457,7 @@ while [[ $# -gt 0 ]]; do ;; --stage) INSTALL_MODE=stage - INSTALL_STAGE=$1 + INSTALL_STAGE=$2 shift 2 ;; --clean)