summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/.install-openrc-lxde
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root/.install-openrc-lxde')
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh54
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh50
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh52
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh50
-rw-r--r--configs/profile/root-image/root/.install-openrc-lxde/packages63
5 files changed, 78 insertions, 191 deletions
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh
index f8f1592..20deee3 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/en/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,53 +150,9 @@ 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"
- )
-
- #Install packages
+ packages=( $( cat ./packages ) )
+
+ #Install packages
pacman -Sy -r /mnt ${packages[@]} --needed --noconfirm
user=$(cat /root/.install-openrc-lxde/temporal | grep "userName" )
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
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh
index 22c0d9c..0bbb9c6 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/gl/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
@@ -148,52 +148,8 @@ while [ option != 7 ]; do
rm -r /mnt/userAccount.sh
;;
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 to the X11 live
+ packages=( $( cat ./packages ) )
#Install packages
pacman -Sy -r /mnt ${packages[@]} --needed --noconfirm
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh
index 6c1facf..a517f4e 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/pt/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
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/packages b/configs/profile/root-image/root/.install-openrc-lxde/packages
new file mode 100644
index 0000000..7fae0a9
--- /dev/null
+++ b/configs/profile/root-image/root/.install-openrc-lxde/packages
@@ -0,0 +1,63 @@
+base-openrc
+gpm-openrc
+haveged-openrc
+hdparm-openrc
+networkmanager-openrc
+ntp-openrc
+openssh-openrc
+openvpn-openrc
+rsync-openrc
+wpa_supplicant-openrc
+bash-completion
+p7zip
+sudo
+unar
+unzip
+zip
+abiword
+gnumeric
+icedove
+iceweasel
+leafpad
+octopi
+octopi-cachecleaner
+octopi-notifier
+octopi-repoeditor
+pidgin
+qtox
+ring
+smplayer
+alsa-utils
+gst-libav
+gst-plugins-good
+pulseaudio-alsa
+network-manager-applet
+parabola-laf
+xdg-user-dirs
+dmidecode
+gnome-keyring
+gparted
+gvfs
+gxmessage
+wbar
+ttf-dejavu
+xorg
+xorg-drivers
+xf86-input-elographics
+xf86-input-wacom
+xf86-video-sisusb
+xorg-xinit
+gvfs-mtp
+gvfs-gphoto2
+networkmanager-elogind
+openrc-desktop
+polkit-elogind
+epdfview
+galculator-gtk2
+gksu
+gnome-screenshot
+gpicview
+lxde
+obconf
+xarchiver
+xscreensaver