rename functions

This commit is contained in:
Tobias Powalowski 2023-01-08 21:56:01 +01:00
parent 098ce9a753
commit dbedfaed71
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ prepare_storagedrive() {
[[ "${_S_MKFSAUTO}" = "1" ]] && _DONE=1
case $(cat ${_ANSWER}) in
"1")
autoprepare
_autoprepare
[[ "${_S_MKFSAUTO}" = "1" ]] && _DONE=1
;;
"2")
@ -101,7 +101,7 @@ configure_system() {
geteditor || return 1
## PREPROCESSING ##
set_locale || return 1
auto_mkinitcpio
_auto_mkinitcpio
## END PREPROCESS ##
_FILE=""
_S_CONFIG=""

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# created by Tobias Powalowski <tpowa@archlinux.org>
autoprepare() {
_autoprepare() {
# check on encrypted devices, else weird things can happen!
_stopluks
# check on raid devices, else weird things can happen during partitioning!