mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 17:51:33 +01:00
exfat support (dev)
This commit is contained in:
@@ -15,7 +15,7 @@ mkdir trydeps
|
|||||||
pacstrap -d trydeps pacman jkarch-mirrorlist
|
pacstrap -d trydeps pacman jkarch-mirrorlist
|
||||||
cp /etc/pacman.conf trydeps/etc/pacman.conf
|
cp /etc/pacman.conf trydeps/etc/pacman.conf
|
||||||
|
|
||||||
arch-chroot trydeps/ /usr/bin/pacman -Sw base base-devel yaourt btrfs-progs jkarch-mirrorlist jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils dosfstools \
|
arch-chroot trydeps/ /usr/bin/pacman -Sw base base-devel yaourt btrfs-progs exfat-utils jkarch-mirrorlist jka-toolkit git wget netctl iw wpa_supplicant dialog sudo alsa-utils dosfstools \
|
||||||
ntfs-3g bash-completion reflector ntp \
|
ntfs-3g bash-completion reflector ntp \
|
||||||
mesa libva-vdpau-driver mesa-libgl libva-mesa-driver mesa-vdpau libva-intel-driver libvdpau-va-gl virtualbox-guest-utils virtualbox-guest-modules-arch xf86-input-vmmouse open-vm-tools \
|
mesa libva-vdpau-driver mesa-libgl libva-mesa-driver mesa-vdpau libva-intel-driver libvdpau-va-gl virtualbox-guest-utils virtualbox-guest-modules-arch xf86-input-vmmouse open-vm-tools \
|
||||||
firefox google-chrome chromium opera otter-browser flashplugin \
|
firefox google-chrome chromium opera otter-browser flashplugin \
|
||||||
|
|||||||
@@ -334,13 +334,13 @@ function installconf {
|
|||||||
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
|
tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9
|
||||||
# Reflector and rsync is for updating mirrorlist #
|
# Reflector and rsync is for updating mirrorlist #
|
||||||
execl pacman -Sy archlinux-keyring --noconfirm #Keyring for avoid fail sig of some packages
|
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
|
pacmanerror
|
||||||
mv pacman.conf /mnt/etc/pacman.conf
|
mv pacman.conf /mnt/etc/pacman.conf
|
||||||
fi
|
fi
|
||||||
if [[ $isoffline = "1" ]];then
|
if [[ $isoffline = "1" ]];then
|
||||||
tput setaf 2 ; echo "$(T "Installing packages")..." ; tput setaf 9
|
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
|
mv pacman-offline.conf /mnt/etc/pacman.conf #Move pacman.conf (offline) to pacman chroot location
|
||||||
fi
|
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 #
|
# 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)
|
# 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
|
allpackages=$allpackages" "$pak
|
||||||
|
|
||||||
# GUI and apps selected in "entorno{}"
|
# GUI and apps selected in "entorno{}"
|
||||||
|
|||||||
Reference in New Issue
Block a user