fix
This commit is contained in:
parent
d30793f72d
commit
398f2137bb
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ if [ "${version}" == "libre" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function minimalinstallation() {
|
function minimalinstallation() {
|
||||||
|
pacman -Syu $(cat base.txt) --needed --noconfirm
|
||||||
cp mirrorlist* /etc/pacman.d/
|
cp mirrorlist* /etc/pacman.d/
|
||||||
|
|
||||||
if [ "${deletecache}" == "y" ]; then
|
if [ "${deletecache}" == "y" ]; then
|
||||||
|
@ -169,7 +170,7 @@ function IMAGE() {
|
||||||
|
|
||||||
mkdir -p ${work_dir}/iso/${install_dir}/${arch}/airootfs/
|
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
|
pacman -Scc
|
||||||
j
|
j
|
||||||
j
|
j
|
||||||
|
|
Loading…
Reference in a new issue