This commit is contained in:
simono41 2018-05-26 02:16:03 +02:00
parent d30793f72d
commit 398f2137bb

View file

@ -49,6 +49,7 @@ if [ "${version}" == "libre" ]; then
fi
function minimalinstallation() {
pacman -Syu $(cat base.txt) --needed --noconfirm
cp mirrorlist* /etc/pacman.d/
if [ "${deletecache}" == "y" ]; then
@ -169,7 +170,7 @@ function IMAGE() {
mkdir -p ${work_dir}/iso/${install_dir}/${arch}/airootfs/
arch-chroot ${work_dir}/${arch}/airootfs /bin/bash <<EOT
./arch-chroot ${work_dir}/${arch}/airootfs /bin/bash <<EOT
pacman -Scc
j
j