fix
This commit is contained in:
parent
df681eb5a1
commit
dd064b199a
1 changed files with 8 additions and 2 deletions
10
arch-install
10
arch-install
|
@ -378,6 +378,11 @@ function installation {
|
||||||
minimalinstallation
|
minimalinstallation
|
||||||
else
|
else
|
||||||
unsquashfs -f -d ${mountpoint} ${installationsfehler}
|
unsquashfs -f -d ${mountpoint} ${installationsfehler}
|
||||||
|
arch-chroot ${mountpoint} <<EOT
|
||||||
|
cd /opt/${repo}/
|
||||||
|
git pull
|
||||||
|
EOT
|
||||||
|
arch-chroot ${mountpoint} pacman -Syu $(cat /opt/${repo}/packages_${version}.txt) --needed --noconfirm
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
@ -408,8 +413,9 @@ function installation {
|
||||||
parameter="${parameter}usbsecret "
|
parameter="${parameter}usbsecret "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ] || [ "${version}" == "lite" ]; then
|
if [ "${version}" == "libre" ] || [ "${version}" == "manjaro" ] || [ "${version}" == "lite" ]; then
|
||||||
|
echo "überspringe plymouth hook!!!"
|
||||||
|
else
|
||||||
if [ "${verschluesselung}" == "y" ]; then
|
if [ "${verschluesselung}" == "y" ]; then
|
||||||
parameter="${parameter}plymouth-encrypt "
|
parameter="${parameter}plymouth-encrypt "
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue