auto


Logs | Files | README | README | GitLab


1
commit bd98832425e5e64359ab8ff8c435ece6086f485c
2
Author: nvx1 <[email protected]>
3
Date:   Tue Mar 29 03:18:50 2022 +0200
4
5
    Update.
6
---
7
 Auto-PreInstall | 8 ++++----
8
 1 file changed, 4 insertions(+), 4 deletions(-)
9
10
diff --git a/Auto-PreInstall b/Auto-PreInstall
11
index c6e63b1..144e688 100755
12
--- a/Auto-PreInstall
13
+++ b/Auto-PreInstall
14
@@ -114,16 +114,16 @@ err "Partitioning has failed miserably..." && sleep 2 && echo "" ; }
15
 base_install(){	msg "  Beginning base installation..." ; sleep 2 && setfont ter-p14n ;
16
 
17
 pacstrap /mnt \
18
-    base base-devel multilib-devel linux-firmware linux linux-headers --needed --noconfirm &&
19
+    linux-firmware base base-devel --needed --noconfirm &&
20
     pac_conf > /mnt/etc/pacman.conf && clear && setfont ter-p16n && 
21
     msg "  The Base Installation was a Success!" && sleep 2 || fail ; }
22
 
23
 post_install(){ echo "" ; msg "  Installing additional system requierments..."; sleep 2 && setfont ter-p14n ;
24
 
25
 pacstrap /mnt \
26
-    archiso mkinitcpio mkinitcpio-archiso git curl neovim python-pynvim zsh ntfs-3g figlet xorg-xmodmap ufw networkmanager pulseaudio \
27
-    pulseaudio-bluetooth pulsemixer bluez bluez-tools bluez-plugins bluez-libs wget lolcat grub efibootmgr dosfstools mtools pacman-contrib fzf \
28
-    terminus-font os-prober  bash-completion --needed --noconfirm ; clear ; } 
29
+  git curl zsh wget efibootmgr dosfstools \
30
+  mtools pacman-contrib fzf terminus-font os-prober  \
31
+  bash-completion --needed --noconfirm ; clear ; } 
32
 
33
 cp_scripts(){ cd $srcdir && cp AutoInstall /mnt/tmp/ ; cp AutoInstall  /mnt/usr/bin >/dev/null 2>&1 ; }
34