1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-18 11:11:31 +01:00
This commit is contained in:
2017-01-22 22:23:33 +01:00
parent 3ed6739af8
commit 858cd6c0cf

View File

@@ -608,6 +608,10 @@ function keyboardlayout {
#Prepare system before install
mostrardialog "$(T "JKArch install script")" "Preparando el sistema para la instalacion"
#Grow cowspace
sudo -S mount -o remount,size=512M /run/archiso/cowspace
#Enable pacman
pacman-key --init
pacman-key --populate
@@ -624,6 +628,7 @@ sudo pacman -S gparted xf86-video-vesa xorg-xinit lwm --noconfirm
sudo rm -rf /var/cache/pacman/pkg/*
#Install deps
sudo pacman -Su --noconfirm --ignore linux #Do not upgrade kernel automatically
sudo rm -rf /var/cache/pacman/pkg/*
#For gparted to work
pause
sudo rm /etc/X11/xinit/xinitrc