summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh')
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh50
1 files changed, 3 insertions, 47 deletions
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
index c4e00f6..1f8db2c 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
@@ -2,8 +2,8 @@
#Temporal is a file that contains parameters to use when access to chroot
if [ ! -f /root/.install-openrc-lxde/.pacman ]; then
- pacman -Sy parabola-keyring archlinux-keyring --noconfirm
- pacman-key --populate parabola archlinux
+ pacman -Sy archlinux-keyring archlinux32-keyring parabola-keyring --noconfirm
+ pacman-key --populate archlinux archlinux32 parabola
pacman-key --refresh-keys
case $? in
0) touch /root/.install-openrc-lxde/.pacman
@@ -150,51 +150,7 @@ while [ option != 7 ]; do
;;
6)
#Packages to the X11 live
- packages=( "xorg-server"
- "xf86-input-evdev"
- "xf86-input-synaptics"
- "xf86-video-ati"
- "xf86-video-dummy"
- "xf86-video-fbdev"
- "xf86-video-intel"
- "xf86-video-nouveau"
- "xf86-video-openchrome"
- "xf86-video-sisusb"
- "xf86-video-vesa"
- "xf86-video-vmware"
- "xf86-video-voodoo"
- "xf86-video-qxl"
- "xorg-xinit"
- "gst-plugins-good"
- "gst-libav"
- "lxde"
- "volumeicon"
- "zenity"
- "octopi"
- "pulseaudio-alsa"
- "alsa-utils"
- "networkmanager-elogind"
- "network-manager-applet"
- "ath9k-htc-firmware"
- "iceweasel"
- "icedove"
- "pidgin"
- "gparted"
- "smplayer"
- "epdfview"
- "gpicview"
- "abiword"
- "gnumeric"
- "leafpad"
- "galculator-gtk2"
- "xarchiver"
- "openrc-desktop"
- "polkit-elogind"
- "gvfs-mtp"
- "gvfs-gphoto2"
- "xdg-user-dirs"
- "gnome-screenshot"
- )
+ packages=( $( cat ./packages ) )
#Install packages
pacman -Sy -r /mnt ${packages[@]} --needed --noconfirm