diff --git a/usr/bin/archboot-setup.sh b/usr/bin/archboot-setup.sh index 6f1cebc90..d0d14863f 100755 --- a/usr/bin/archboot-setup.sh +++ b/usr/bin/archboot-setup.sh @@ -7,7 +7,7 @@ LANG=C . /usr/lib/archboot/installer/base.sh # source all other functions . /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/bootloader.sh . /usr/lib/archboot/installer/btrfs.sh diff --git a/usr/lib/archboot/installer/autoprepare.sh b/usr/lib/archboot/installer/quicksetup.sh similarity index 100% rename from usr/lib/archboot/installer/autoprepare.sh rename to usr/lib/archboot/installer/quicksetup.sh diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 6b74e647c..7d2776d27 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -132,7 +132,7 @@ _download_latest() { done # 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" for i in ${LIBS}; do wget -q "${_SOURCE}${_INST}/${i}?inline=false" -O "${_INST}/${i}"