This commit is contained in:
simono41 2018-04-07 20:24:24 +02:00
parent 810ae88af2
commit 7c65958b43
2 changed files with 11 additions and 5 deletions

View file

@ -344,11 +344,6 @@ if [ -f /var/lib/pacman/db.lck ];then
rm /var/lib/pacman/db.lck
fi
# .config
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
gnomeconfig
if [ "$vollinstallation" != "n" ]
then
check
@ -372,6 +367,11 @@ fi
echo "Packetliste2 Ende"
echo "Beginne mit dem Konfigurieren des Systems :D"
# .config
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
gnomeconfig
# set desktop
echo "set desktop"
#

View file

@ -18,6 +18,8 @@ parameter1="$2"
parameter2="$3"
parameter3="$4"
parameter4="$5"
parameter5="$6"
parameter6="$7"
arch=$(uname -m)
@ -404,6 +406,7 @@ if [ "${parameter3}" != "skip" ]; then
fi
if [ "${parameter4}" != "skip" ]; then
# BIOS
BIOS
@ -411,10 +414,13 @@ BIOS
# EFI
UEFI
fi
if [ "${parameter5}" != "skip" ]; then
# MAKEISO
makeiso
fi
# chroot