1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 10:11:32 +01:00

exfat support (dev)

This commit is contained in:
2017-01-16 00:13:17 +01:00
parent 3aa0e90488
commit 8e822b5e4c
2 changed files with 4 additions and 4 deletions

View File

@@ -334,13 +334,13 @@ function installconf {
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
# Reflector and rsync is for updating mirrorlist #
execl pacman -Sy archlinux-keyring --noconfirm #Keyring for avoid fail sig of some packages
execl pacstrap -C pacman.conf /mnt/ base btrfs-progs jkarch-mirrorlist reflector rsync
execl pacstrap -C pacman.conf /mnt/ base jkarch-mirrorlist reflector rsync dosfstools ntfs-3g btrfs-progs exfat-utils #Install base and disk format drivers
pacmanerror
mv pacman.conf /mnt/etc/pacman.conf
fi
if [[ $isoffline = "1" ]];then
tput setaf 2 ; echo "$(T "Installing packages")..." ; tput setaf 9
execl pacstrap -C pacman-offline.conf /mnt/ base btrfs-progs jkarch-mirrorlist
execl pacstrap -C pacman-offline.conf /mnt/ base btrfs-progs jkarch-mirrorlist rsync dosfstools ntfs-3g btrfs-progs exfat-utils #Install base and disk format drivers
mv pacman-offline.conf /mnt/etc/pacman.conf #Move pacman.conf (offline) to pacman chroot location
fi
@@ -376,7 +376,7 @@ function installconf {
# Var allpackages have in this moment all the packages selected by user, and will be the install packages list for pacman #
# Do allpackages var contain base packages and NTP daemon (Hour sync)
pak="jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils dosfstools ntfs-3g bash-completion ntp"
pak="jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils bash-completion ntp"
allpackages=$allpackages" "$pak
# GUI and apps selected in "entorno{}"