mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 11:11:31 +01:00
cowspace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user