rename autoprepare to quicksetup

This commit is contained in:
Tobias Powalowski 2023-07-15 12:37:52 +02:00
parent 46e447e2d1
commit ff72d44065
3 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ LANG=C
. /usr/lib/archboot/installer/base.sh . /usr/lib/archboot/installer/base.sh
# source all other functions # source all other functions
. /usr/lib/archboot/installer/autoconfiguration.sh . /usr/lib/archboot/installer/autoconfiguration.sh
. /usr/lib/archboot/installer/autoprepare.sh . /usr/lib/archboot/installer/quicksetup.sh
. /usr/lib/archboot/installer/blockdevices.sh . /usr/lib/archboot/installer/blockdevices.sh
. /usr/lib/archboot/installer/bootloader.sh . /usr/lib/archboot/installer/bootloader.sh
. /usr/lib/archboot/installer/btrfs.sh . /usr/lib/archboot/installer/btrfs.sh

View file

@ -132,7 +132,7 @@ _download_latest() {
done done
# setup libs # setup libs
echo -e "\e[1mStep 4/4:\e[m Downloading latest setup libs..." echo -e "\e[1mStep 4/4:\e[m Downloading latest setup libs..."
LIBS="autoconfiguration.sh autoprepare.sh base.sh blockdevices.sh bootloader.sh btrfs.sh common.sh \ LIBS="autoconfiguration.sh quicksetup.sh base.sh blockdevices.sh bootloader.sh btrfs.sh common.sh \
configuration.sh mountpoints.sh network.sh pacman.sh partition.sh storage.sh" configuration.sh mountpoints.sh network.sh pacman.sh partition.sh storage.sh"
for i in ${LIBS}; do for i in ${LIBS}; do
wget -q "${_SOURCE}${_INST}/${i}?inline=false" -O "${_INST}/${i}" wget -q "${_SOURCE}${_INST}/${i}?inline=false" -O "${_INST}/${i}"