diff --git a/jwm/package_list/base_utilities b/jwm/package_list/base_utilities index 26ebfcff813a32bd2ee3c8dd2b0b44c0ebd2e6f9..548132fc29574e88cd282163adb1bfeba185385a 100644 --- a/jwm/package_list/base_utilities +++ b/jwm/package_list/base_utilities @@ -46,6 +46,7 @@ wpa_supplicant obarun-install obarun-install-themes pacopts +obnews #------------------- ## fonts diff --git a/jwm/package_list/desktop b/jwm/package_list/desktop index e245e3e76aa1054600d0fb3bc5a61fe4fa6e21e0..a321fe6abfbb279a66edd323509f0dd9b4f2423f 100644 --- a/jwm/package_list/desktop +++ b/jwm/package_list/desktop @@ -54,7 +54,7 @@ parole polkit-gnome scrot spacefm -terminator +sakura udevil volumeicon xarchiver-gtk2 diff --git a/jwm/pacman.conf b/jwm/pacman.conf index 959a868d9fb0e7f307601cdf815f4f9ec3f6533b..1355ea873619c9e1b351d3d375c7b9bbaa30f7f7 100644 --- a/jwm/pacman.conf +++ b/jwm/pacman.conf @@ -24,6 +24,7 @@ Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = systemd IgnorePkg = libsystemd +IgnorePkg = systemd-libs #IgnoreGroup = #NoUpgrade = @@ -76,18 +77,22 @@ Server = https://repo.obarun.org/66-repo #SigLevel = Required #Server = https://repo.obarun.org/obcore/testing/ -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - [obcore] SigLevel = Required Server = https://repo.obarun.org/obcore +#[obextra-testing] +#SigLevel = Required +#Server = https://repo.obarun.org/obextra/testing + [obextra] SigLevel = Required Server = https://repo.obarun.org/obextra +[observice] +SigLevel = Required +Server = https://repo.obarun.org/observice + #[testing] #Include = /etc/pacman.d/mirrorlist diff --git a/jwm/rootfs/etc/obarun/install.conf b/jwm/rootfs/etc/obarun/install.conf new file mode 100644 index 0000000000000000000000000000000000000000..11c095a4107b17773d81080a4a2789fc5271fc25 --- /dev/null +++ b/jwm/rootfs/etc/obarun/install.conf @@ -0,0 +1,72 @@ +# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org> +# All rights reserved. +# +# This file is part of Obarun. It is subject to the license terms in +# the LICENSE file found in the top-level directory of this +# distribution. +# This file may not be copied, modified, propagated, or distributed +# except according to the terms contained in the LICENSE file. + +################## +## Main variable +################## + +# allow to update the obarun-install script when it launched [yes|no] +UPDATE_INS="yes" + +# allow to update the obarun-install-themes script when it launched [yes|no] +UPDATE_TPL="yes" + +# Be more/less verbose +# 1 for more, 0 for less +DEBUG=0 + +# git source of obarun-install package +GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" + +# git branch to use, if not set master is took by default +BRANCH="" + +# gpg directory used during the installation +GPG_DIR="/var/lib/obarun/gnupg" + +# editor used during the installation +EDITOR="mcedit" + +# valid mountpoint for installation +NEWROOT="/mnt" + +# configuration files directory used for the installation +CONFIG_DIR="jwm" + +# cache directory used during the installation +CACHE_DIR="/var/cache/pacman/pkg" + +# use rankmirrors to find the fastest local mirror +# expected value are yes or no without uppercase +RANKMIRRORS="no" + +######################### +## Customization variable +######################### + +# define name of the host for the new installation +HOSTNAME="Ob66" + +# define the locale for the new installation +LOCALE="en_US.UTF-8" + +# define the zone for the new installation e.g Europe +ZONE="GMT" + +# define the subzone for the new installation e.g. Londres +SUBZONE="" + +# define the keymap for the console for the new installation +KEYMAP="us" + +# define the keymap for the Desktop for the new installation +XKEYMAP="us" + +# define the name for a new user for the new installation +NEWUSER="oblive" diff --git a/jwm/rootfs/etc/pacman.conf b/jwm/rootfs/etc/pacman.conf deleted file mode 100644 index c65cccb481e98e1f179b8a38b96291778aa24f00..0000000000000000000000000000000000000000 --- a/jwm/rootfs/etc/pacman.conf +++ /dev/null @@ -1,116 +0,0 @@ -# -# /etc/pacman.conf -# -# See the pacman.conf(5) manpage for option and repository directives - -# -# GENERAL OPTIONS -# -[options] -# The following paths are commented out with their default values listed. -# If you wish to use different paths, uncomment and update the paths. -#RootDir = / -#DBPath = /var/lib/pacman/ -#CacheDir = /var/cache/pacman/pkg/ -#LogFile = /var/log/pacman.log -#GPGDir = /etc/pacman.d/gnupg/ -HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled -#UseDelta = 0.7 -Architecture = auto - -# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = systemd -IgnorePkg = libsystemd -#IgnoreGroup = - -#NoUpgrade = -NoExtract = /usr/lib/libsystemd*.* - -# Misc options -#UseSyslog -Color -TotalDownload -CheckSpace -#VerbosePkgLists - -# By default, pacman accepts packages signed by keys that its local keyring -# trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional -LocalFileSigLevel = Optional -#RemoteFileSigLevel = Required - -# NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official Arch Linux -# packagers with `pacman-key --populate archlinux`. - -# -# REPOSITORIES -# - can be defined here or included from another file -# - pacman will search repositories in the order defined here -# - local/custom mirrors can be added here or in separate files -# - repositories listed first will take precedence when packages -# have identical names, regardless of version number -# - URLs will have $repo replaced by the name of the current repo -# - URLs will have $arch replaced by the name of the architecture -# -# Repository entries are of the format: -# [repo-name] -# Server = ServerName -# Include = IncludePath -# -# The header [repo-name] is crucial - it must be present and -# uncommented to enable the repo. -# - -# The testing repositories are disabled by default. To enable, uncomment the -# repo name header and Include lines. You can add preferred servers immediately -# after the header, and they will be used before the default mirrors. - -[66] -SigLevel = Required -Server = https://repo.obarun.org/66-repo - -#[obcore-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obcore/testing/ - -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - -[obcore] -SigLevel = Required -Server = https://repo.obarun.org/obcore - -[obextra] -SigLevel = Required -Server = https://repo.obarun.org/obextra - -#[testing] -#Include = /etc/pacman.d/mirrorlist - -[core] -Include = /etc/pacman.d/mirrorlist - -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist - -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist - -#[multilib] -#Include = /etc/pacman.d/mirrorlist - - diff --git a/jwm/rootfs/etc/skel/.config/jwm/theme b/jwm/rootfs/etc/skel/.config/jwm/theme index ef4b085323226e95470216c9038f7d081ea04d59..bcbb28cde44eb9b368c2b000327acfac01b739c6 100644 --- a/jwm/rootfs/etc/skel/.config/jwm/theme +++ b/jwm/rootfs/etc/skel/.config/jwm/theme @@ -1,6 +1,6 @@ <?xml version="1.0"?> <JWM> - <Font>Liberation Sans-9</Font> + <!-- Window button --> <ButtonClose>/usr/share/themes/Arc/unity/close.svg</ButtonClose> <ButtonMax>/usr/share/themes/Arc/unity/unmaximize_dash_prelight.svg</ButtonMax> @@ -8,7 +8,7 @@ <ButtonMin>/usr/share/themes/Arc/unity/minimize_dash_prelight.svg</ButtonMin> <!-- Visual Style Window. --> <WindowStyle decorations="flat"> - + <Font>Liberation Sans-9</Font> <Width>1</Width> <Height>25</Height> <Corner>5</Corner> @@ -25,7 +25,7 @@ <!-- Visual Style Tray. --> <TrayStyle decorations="flat"> - + <Font>Liberation Sans-9</Font> <Background>#444444</Background> <Foreground>white</Foreground> <Active> @@ -37,7 +37,7 @@ <!-- Visual Style Pager. --> <PagerStyle> - + <Font>Liberation Sans-9</Font> <Outline>#444444</Outline> <Text>white</Text> <Foreground>#444444</Foreground> @@ -50,7 +50,7 @@ <!-- Visual Style Menu. --> <MenuStyle> - + <Font>Liberation Sans-9</Font> <Foreground>white</Foreground> <Background>#444444</Background> <Active> @@ -62,7 +62,7 @@ <!-- Visual Style Pop. --> <PopupStyle> - + <Font>Liberation Sans-9</Font> <Outline>#FFFFFF</Outline> <Foreground>#000000</Foreground> <Background>#FFFFFF</Background> diff --git a/jwm/rootfs/etc/skel/.config/jwm/tray b/jwm/rootfs/etc/skel/.config/jwm/tray index 43ac68d9f34dd403d65a815125290209bd9a31de..fa625a6bc5629b82ecce3d443d493bc6555fa029 100644 --- a/jwm/rootfs/etc/skel/.config/jwm/tray +++ b/jwm/rootfs/etc/skel/.config/jwm/tray @@ -17,7 +17,7 @@ <Spacer width="2"/> <TrayButton icon="geany">root:4</TrayButton> <Spacer width="2"/> - <TrayButton icon="terminator">exec:terminator</TrayButton> + <TrayButton icon="terminal">exec:sakura</TrayButton> <Spacer width="5"/> <!-- pager --> diff --git a/jwm/rootfs/etc/skel/.config/terminator/config b/jwm/rootfs/etc/skel/.config/terminator/config deleted file mode 100644 index a8cdd15388c577cbc0b7260a91d1aeaad727bef8..0000000000000000000000000000000000000000 --- a/jwm/rootfs/etc/skel/.config/terminator/config +++ /dev/null @@ -1,25 +0,0 @@ -[global_config] - always_split_with_profile = True - enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler - suppress_multiple_term_dialog = True - title_receive_bg_color = "#310000" - title_transmit_bg_color = "#310000" -[keybindings] -[layouts] - [[default]] - [[[child1]]] - parent = window0 - profile = default - type = Terminal - [[[window0]]] - parent = "" - type = Window -[plugins] -[profiles] - [[default]] - background_darkness = 0.76 - background_image = None - background_type = transparent - icon_bell = False - scrollback_infinite = True - show_titlebar = False diff --git a/jwm/rootfs/etc/skel/Desktop/README b/jwm/rootfs/etc/skel/Desktop/README index d9280a91b0f6cddc43c3a6a9cf005f6a6efcb0fd..aee375a4936c9d2383dbaf129387a3de5c9fa370 100644 --- a/jwm/rootfs/etc/skel/Desktop/README +++ b/jwm/rootfs/etc/skel/Desktop/README @@ -14,7 +14,7 @@ LOGIN AND PASSWORD ------------------ root login : root -user login : obarun +user login : oblive root password : toor obarun password : toor diff --git a/minimal/package_list/base_utilities b/minimal/package_list/base_utilities index a682677c0e744ce2b65165cda596f5df900fbd9e..8bfa4601e348a8006c0501dd474797ba2165ccec 100644 --- a/minimal/package_list/base_utilities +++ b/minimal/package_list/base_utilities @@ -46,6 +46,7 @@ wpa_supplicant obarun-install obarun-install-themes pacopts +obnews #------------------- ## fonts diff --git a/minimal/pacman.conf b/minimal/pacman.conf index 959a868d9fb0e7f307601cdf815f4f9ec3f6533b..1355ea873619c9e1b351d3d375c7b9bbaa30f7f7 100644 --- a/minimal/pacman.conf +++ b/minimal/pacman.conf @@ -24,6 +24,7 @@ Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = systemd IgnorePkg = libsystemd +IgnorePkg = systemd-libs #IgnoreGroup = #NoUpgrade = @@ -76,18 +77,22 @@ Server = https://repo.obarun.org/66-repo #SigLevel = Required #Server = https://repo.obarun.org/obcore/testing/ -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - [obcore] SigLevel = Required Server = https://repo.obarun.org/obcore +#[obextra-testing] +#SigLevel = Required +#Server = https://repo.obarun.org/obextra/testing + [obextra] SigLevel = Required Server = https://repo.obarun.org/obextra +[observice] +SigLevel = Required +Server = https://repo.obarun.org/observice + #[testing] #Include = /etc/pacman.d/mirrorlist diff --git a/minimal/rootfs/etc/obarun/install.conf b/minimal/rootfs/etc/obarun/install.conf new file mode 100644 index 0000000000000000000000000000000000000000..2b5a325227183c2a06bc21efae9a18a47693cb40 --- /dev/null +++ b/minimal/rootfs/etc/obarun/install.conf @@ -0,0 +1,72 @@ +# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org> +# All rights reserved. +# +# This file is part of Obarun. It is subject to the license terms in +# the LICENSE file found in the top-level directory of this +# distribution. +# This file may not be copied, modified, propagated, or distributed +# except according to the terms contained in the LICENSE file. + +################## +## Main variable +################## + +# allow to update the obarun-install script when it launched [yes|no] +UPDATE_INS="yes" + +# allow to update the obarun-install-themes script when it launched [yes|no] +UPDATE_TPL="yes" + +# Be more/less verbose +# 1 for more, 0 for less +DEBUG=0 + +# git source of obarun-install package +GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" + +# git branch to use, if not set master is took by default +BRANCH="" + +# gpg directory used during the installation +GPG_DIR="/var/lib/obarun/gnupg" + +# editor used during the installation +EDITOR="mcedit" + +# valid mountpoint for installation +NEWROOT="/mnt" + +# configuration files directory used for the installation +CONFIG_DIR="minimal" + +# cache directory used during the installation +CACHE_DIR="/var/cache/pacman/pkg" + +# use rankmirrors to find the fastest local mirror +# expected value are yes or no without uppercase +RANKMIRRORS="no" + +######################### +## Customization variable +######################### + +# define name of the host for the new installation +HOSTNAME="Ob66" + +# define the locale for the new installation +LOCALE="en_US.UTF-8" + +# define the zone for the new installation e.g Europe +ZONE="GMT" + +# define the subzone for the new installation e.g. Londres +SUBZONE="" + +# define the keymap for the console for the new installation +KEYMAP="us" + +# define the keymap for the Desktop for the new installation +XKEYMAP="us" + +# define the name for a new user for the new installation +NEWUSER="oblive" diff --git a/minimal/rootfs/etc/pacman.conf b/minimal/rootfs/etc/pacman.conf deleted file mode 100644 index c65cccb481e98e1f179b8a38b96291778aa24f00..0000000000000000000000000000000000000000 --- a/minimal/rootfs/etc/pacman.conf +++ /dev/null @@ -1,116 +0,0 @@ -# -# /etc/pacman.conf -# -# See the pacman.conf(5) manpage for option and repository directives - -# -# GENERAL OPTIONS -# -[options] -# The following paths are commented out with their default values listed. -# If you wish to use different paths, uncomment and update the paths. -#RootDir = / -#DBPath = /var/lib/pacman/ -#CacheDir = /var/cache/pacman/pkg/ -#LogFile = /var/log/pacman.log -#GPGDir = /etc/pacman.d/gnupg/ -HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled -#UseDelta = 0.7 -Architecture = auto - -# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = systemd -IgnorePkg = libsystemd -#IgnoreGroup = - -#NoUpgrade = -NoExtract = /usr/lib/libsystemd*.* - -# Misc options -#UseSyslog -Color -TotalDownload -CheckSpace -#VerbosePkgLists - -# By default, pacman accepts packages signed by keys that its local keyring -# trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional -LocalFileSigLevel = Optional -#RemoteFileSigLevel = Required - -# NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official Arch Linux -# packagers with `pacman-key --populate archlinux`. - -# -# REPOSITORIES -# - can be defined here or included from another file -# - pacman will search repositories in the order defined here -# - local/custom mirrors can be added here or in separate files -# - repositories listed first will take precedence when packages -# have identical names, regardless of version number -# - URLs will have $repo replaced by the name of the current repo -# - URLs will have $arch replaced by the name of the architecture -# -# Repository entries are of the format: -# [repo-name] -# Server = ServerName -# Include = IncludePath -# -# The header [repo-name] is crucial - it must be present and -# uncommented to enable the repo. -# - -# The testing repositories are disabled by default. To enable, uncomment the -# repo name header and Include lines. You can add preferred servers immediately -# after the header, and they will be used before the default mirrors. - -[66] -SigLevel = Required -Server = https://repo.obarun.org/66-repo - -#[obcore-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obcore/testing/ - -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - -[obcore] -SigLevel = Required -Server = https://repo.obarun.org/obcore - -[obextra] -SigLevel = Required -Server = https://repo.obarun.org/obextra - -#[testing] -#Include = /etc/pacman.d/mirrorlist - -[core] -Include = /etc/pacman.d/mirrorlist - -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist - -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist - -#[multilib] -#Include = /etc/pacman.d/mirrorlist - - diff --git a/openbox/package_list/base_utilities b/openbox/package_list/base_utilities index a682677c0e744ce2b65165cda596f5df900fbd9e..8bfa4601e348a8006c0501dd474797ba2165ccec 100644 --- a/openbox/package_list/base_utilities +++ b/openbox/package_list/base_utilities @@ -46,6 +46,7 @@ wpa_supplicant obarun-install obarun-install-themes pacopts +obnews #------------------- ## fonts diff --git a/openbox/package_list/desktop b/openbox/package_list/desktop index 4a0b69bb05de7ee9ff480df01e1dfd2932ebfea1..2ac4b5297d7631db19460f6320666695b3fc0b32 100644 --- a/openbox/package_list/desktop +++ b/openbox/package_list/desktop @@ -58,7 +58,7 @@ parole polkit-gnome scrot spacefm -terminator +sakura udevil volumeicon xarchiver-gtk2 diff --git a/openbox/pacman.conf b/openbox/pacman.conf index 959a868d9fb0e7f307601cdf815f4f9ec3f6533b..1355ea873619c9e1b351d3d375c7b9bbaa30f7f7 100644 --- a/openbox/pacman.conf +++ b/openbox/pacman.conf @@ -24,6 +24,7 @@ Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = systemd IgnorePkg = libsystemd +IgnorePkg = systemd-libs #IgnoreGroup = #NoUpgrade = @@ -76,18 +77,22 @@ Server = https://repo.obarun.org/66-repo #SigLevel = Required #Server = https://repo.obarun.org/obcore/testing/ -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - [obcore] SigLevel = Required Server = https://repo.obarun.org/obcore +#[obextra-testing] +#SigLevel = Required +#Server = https://repo.obarun.org/obextra/testing + [obextra] SigLevel = Required Server = https://repo.obarun.org/obextra +[observice] +SigLevel = Required +Server = https://repo.obarun.org/observice + #[testing] #Include = /etc/pacman.d/mirrorlist diff --git a/openbox/rootfs/etc/obarun/install.conf b/openbox/rootfs/etc/obarun/install.conf new file mode 100644 index 0000000000000000000000000000000000000000..33c0b33f3abcdc9efccbe9bb144feb8148b3e229 --- /dev/null +++ b/openbox/rootfs/etc/obarun/install.conf @@ -0,0 +1,72 @@ +# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org> +# All rights reserved. +# +# This file is part of Obarun. It is subject to the license terms in +# the LICENSE file found in the top-level directory of this +# distribution. +# This file may not be copied, modified, propagated, or distributed +# except according to the terms contained in the LICENSE file. + +################## +## Main variable +################## + +# allow to update the obarun-install script when it launched [yes|no] +UPDATE_INS="yes" + +# allow to update the obarun-install-themes script when it launched [yes|no] +UPDATE_TPL="yes" + +# Be more/less verbose +# 1 for more, 0 for less +DEBUG=0 + +# git source of obarun-install package +GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" + +# git branch to use, if not set master is took by default +BRANCH="" + +# gpg directory used during the installation +GPG_DIR="/var/lib/obarun/gnupg" + +# editor used during the installation +EDITOR="mcedit" + +# valid mountpoint for installation +NEWROOT="/mnt" + +# configuration files directory used for the installation +CONFIG_DIR="openbox" + +# cache directory used during the installation +CACHE_DIR="/var/cache/pacman/pkg" + +# use rankmirrors to find the fastest local mirror +# expected value are yes or no without uppercase +RANKMIRRORS="no" + +######################### +## Customization variable +######################### + +# define name of the host for the new installation +HOSTNAME="Ob66" + +# define the locale for the new installation +LOCALE="en_US.UTF-8" + +# define the zone for the new installation e.g Europe +ZONE="GMT" + +# define the subzone for the new installation e.g. Londres +SUBZONE="" + +# define the keymap for the console for the new installation +KEYMAP="us" + +# define the keymap for the Desktop for the new installation +XKEYMAP="us" + +# define the name for a new user for the new installation +NEWUSER="oblive" diff --git a/openbox/rootfs/etc/pacman.conf b/openbox/rootfs/etc/pacman.conf deleted file mode 100644 index c65cccb481e98e1f179b8a38b96291778aa24f00..0000000000000000000000000000000000000000 --- a/openbox/rootfs/etc/pacman.conf +++ /dev/null @@ -1,116 +0,0 @@ -# -# /etc/pacman.conf -# -# See the pacman.conf(5) manpage for option and repository directives - -# -# GENERAL OPTIONS -# -[options] -# The following paths are commented out with their default values listed. -# If you wish to use different paths, uncomment and update the paths. -#RootDir = / -#DBPath = /var/lib/pacman/ -#CacheDir = /var/cache/pacman/pkg/ -#LogFile = /var/log/pacman.log -#GPGDir = /etc/pacman.d/gnupg/ -HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled -#UseDelta = 0.7 -Architecture = auto - -# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = systemd -IgnorePkg = libsystemd -#IgnoreGroup = - -#NoUpgrade = -NoExtract = /usr/lib/libsystemd*.* - -# Misc options -#UseSyslog -Color -TotalDownload -CheckSpace -#VerbosePkgLists - -# By default, pacman accepts packages signed by keys that its local keyring -# trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional -LocalFileSigLevel = Optional -#RemoteFileSigLevel = Required - -# NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official Arch Linux -# packagers with `pacman-key --populate archlinux`. - -# -# REPOSITORIES -# - can be defined here or included from another file -# - pacman will search repositories in the order defined here -# - local/custom mirrors can be added here or in separate files -# - repositories listed first will take precedence when packages -# have identical names, regardless of version number -# - URLs will have $repo replaced by the name of the current repo -# - URLs will have $arch replaced by the name of the architecture -# -# Repository entries are of the format: -# [repo-name] -# Server = ServerName -# Include = IncludePath -# -# The header [repo-name] is crucial - it must be present and -# uncommented to enable the repo. -# - -# The testing repositories are disabled by default. To enable, uncomment the -# repo name header and Include lines. You can add preferred servers immediately -# after the header, and they will be used before the default mirrors. - -[66] -SigLevel = Required -Server = https://repo.obarun.org/66-repo - -#[obcore-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obcore/testing/ - -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - -[obcore] -SigLevel = Required -Server = https://repo.obarun.org/obcore - -[obextra] -SigLevel = Required -Server = https://repo.obarun.org/obextra - -#[testing] -#Include = /etc/pacman.d/mirrorlist - -[core] -Include = /etc/pacman.d/mirrorlist - -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist - -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist - -#[multilib] -#Include = /etc/pacman.d/mirrorlist - - diff --git a/openbox/rootfs/etc/skel/.config/openbox/menu.xml b/openbox/rootfs/etc/skel/.config/openbox/menu.xml index 57df16aacdaa0c1820202d4551b2baa52cc8f10b..47b328bbd8eda7610231fdeb982851d67104bf41 100644 --- a/openbox/rootfs/etc/skel/.config/openbox/menu.xml +++ b/openbox/rootfs/etc/skel/.config/openbox/menu.xml @@ -93,9 +93,9 @@ <command>sudo -A geany</command> </action> </item> - <item label="Terminator" icon="/usr/share/icons/Faenza/apps/24/terminator.png"> + <item label="Sakura" icon="/usr/share/icons/Faenza/apps/24/Terminal.png"> <action name="Execute"> - <command>terminator</command> + <command>sakura</command> </action> </item> <item label="Pictures" icon="/usr/share/icons/Faenza/apps/24/gpicview.png"> diff --git a/openbox/rootfs/etc/skel/.config/terminator/config b/openbox/rootfs/etc/skel/.config/terminator/config deleted file mode 100644 index a8cdd15388c577cbc0b7260a91d1aeaad727bef8..0000000000000000000000000000000000000000 --- a/openbox/rootfs/etc/skel/.config/terminator/config +++ /dev/null @@ -1,25 +0,0 @@ -[global_config] - always_split_with_profile = True - enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler - suppress_multiple_term_dialog = True - title_receive_bg_color = "#310000" - title_transmit_bg_color = "#310000" -[keybindings] -[layouts] - [[default]] - [[[child1]]] - parent = window0 - profile = default - type = Terminal - [[[window0]]] - parent = "" - type = Window -[plugins] -[profiles] - [[default]] - background_darkness = 0.76 - background_image = None - background_type = transparent - icon_bell = False - scrollback_infinite = True - show_titlebar = False diff --git a/openbox/rootfs/etc/skel/.config/tint2/tint2rc b/openbox/rootfs/etc/skel/.config/tint2/tint2rc index 5b8d945247ad4850fec1b24aafdb58f0472dec8e..7cd7e3cde6807430ac5d85dbc96d34c2d9711f13 100644 --- a/openbox/rootfs/etc/skel/.config/tint2/tint2rc +++ b/openbox/rootfs/etc/skel/.config/tint2/tint2rc @@ -134,7 +134,7 @@ launcher_tooltip = 0 launcher_item_app = /usr/share/applications/midori.desktop launcher_item_app = /usr/share/applications/spacefm.desktop launcher_item_app = /usr/share/applications/geany.desktop -launcher_item_app = /usr/share/applications/terminator.desktop +launcher_item_app = /usr/share/applications/sakura.desktop #------------------------------------- # Clock diff --git a/openbox/rootfs/etc/skel/Desktop/README b/openbox/rootfs/etc/skel/Desktop/README index 60916bbc5c49e191e73f33abf21bd85bace8211e..e3be0245b6130a3416f24daf71aaa7f1834e63a8 100644 --- a/openbox/rootfs/etc/skel/Desktop/README +++ b/openbox/rootfs/etc/skel/Desktop/README @@ -14,7 +14,7 @@ LOGIN AND PASSWORD ------------------ root login : root -user login : obarun +user login : oblive root password : toor obarun password : toor diff --git a/plasma/customizeChroot b/plasma/customizeChroot index bbdcafdb6f41244cfea8e0902239e9f191504bc5..8ab49fb5bc8d19d6646f45881c545e71c6c2da6c 100755 --- a/plasma/customizeChroot +++ b/plasma/customizeChroot @@ -49,14 +49,33 @@ create_log_user(){ out_action "add ${NEWUSER} at log group" gpasswd -a "$NEWUSER" log } -custo_once create_log_user +custo_once create_log_user -config_66(){ +config_vguest(){ + exec 2>/dev/null + + file="virtualbox-guest-utils" + + if [ "$(pacman -Qe virtualbox-guest-utils | grep -o virtualbox-guest-utils)" = "$file" ] ; then + echo "Package "$file" was found." + + out_action "Create 'modules-load.d' directory" + mkdir /etc/modules-load.d + + out_action "Create vbox.conf file" + cat > /etc/modules-load.d/vbox.conf <<EOF +vboxsf +vboxvideo +EOF + else + echo "package "$file" was not found" + fi +} +custo_once config_vguest - # creation of the live/ to avoid crash - mkdir -p -m1777 /run/66 +config_66(){ - out_action "Create, enable tree [system]" + out_action "Create and enable tree [system]" 66-tree -v3 -nE system out_action "Enable ntpd,sshd on tree [system]" @@ -67,17 +86,12 @@ config_66(){ out_action "Enable dbus,networkmanager,wpa_supplicant services,sddm on tree [desktop]" 66-enable -v3 -t desktop dbus networkmanager wpa_supplicant sddm - - # avoid permissions access issue - chown -R ${NEWUSER}:users /run/66 - - out_action "For ${NEWUSER}: Create, enable tree [gui] with flag current" + + out_action "For ${NEWUSER}: Create, enable tree [gui] and set as current" su "${NEWUSER}" -c "66-tree -v3 -nEc gui" out_action "Enable dbus-user and xdg-user-dirs on tree [gui]" su "${NEWUSER}" -c "66-enable -v3 -t gui dbus-user xdg-user-dirs" - - rm -rf /run/66 } custo_once config_66 @@ -110,10 +124,9 @@ EOF" out_action "Create ${NEWUSER} .xinitrc file" su "${NEWUSER}" -c "cat > /home/${NEWUSER}/.xinitrc <<EOF ## Uncomment if you use startx command line to launch plasma DE -#exec startkde +#exec ck-launch-session startkde EOF" } custo_once config_user out_valid "Customization terminate" - diff --git a/plasma/package_list/base_obarun b/plasma/package_list/base_obarun index 9685c69e38b5d84d3d5bb987847ff55c2997eb81..f46d425ed32d39e7e52625e9d53eccd6768c8272 100644 --- a/plasma/package_list/base_obarun +++ b/plasma/package_list/base_obarun @@ -8,19 +8,18 @@ #--------- 66 -applysys -execline -obarun-keyring -obarun-zsh -oblibs s6 +s6-rc s6-linux-utils s6-portable-utils -s6-rc +oblibs skalibs +execline +applysys +obarun-keyring +obarun-zsh zsh zsh-completions -elogind eudev sudo @@ -30,6 +29,14 @@ sudo htop +#------------------------------------------------ +## entropy +## run: cat /proc/sys/kernel/random/entropy_avail +## if it is rather low (<1000), install haveged. +#------------------------------------------------ + +# haveged + #-------------------- ## archive utilities #-------------------- @@ -38,18 +45,13 @@ unrar unzip p7zip -#--------------- -## file manager -#--------------- - -# mc - -#-------------- -## text editor -#-------------- +#---------------------------- +## text editor / file manager +#---------------------------- # nano # vi +# mc #------------- ## dvc system @@ -57,6 +59,12 @@ p7zip # git +#--------------- +## data recovery +#--------------- + +# testdisk + #-------------- ## 66 services #-------------- @@ -75,4 +83,5 @@ sddm-66serv # dhcpcd-66serv # dmraid-66serv +# haveged-66serv # nfs-utils-66serv diff --git a/plasma/package_list/desktop b/plasma/package_list/desktop index a63796413e4c4ea70f1df32d5f7e1e0062ca28d8..576062a0639596ae69dcda51d7a895abe21dd88f 100644 --- a/plasma/package_list/desktop +++ b/plasma/package_list/desktop @@ -142,13 +142,6 @@ user-manager # simplescreenrecorder # obs-studio -#--------------------- -## Other applications -#--------------------- - -# firefox -# thunderbird - #-------- ## fonts #-------- diff --git a/plasma/pacman.conf b/plasma/pacman.conf index 4bdc71136b64dac7508398c7caa2ae6818369c41..1b4dd2c177997c9473400f43a5d52ae61183fd51 100644 --- a/plasma/pacman.conf +++ b/plasma/pacman.conf @@ -24,6 +24,7 @@ Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = systemd IgnorePkg = libsystemd +IgnorePkg = systemd-libs #IgnoreGroup = #NoUpgrade = @@ -76,18 +77,22 @@ Server = https://repo.obarun.org/66-repo #SigLevel = Required #Server = https://repo.obarun.org/obcore/testing/ -[obextra-testing] -SigLevel = Required -Server = https://repo.obarun.org/obextra/testing - [obcore] SigLevel = Required Server = https://repo.obarun.org/obcore +#[obextra-testing] +#SigLevel = Required +#Server = https://repo.obarun.org/obextra/testing + [obextra] SigLevel = Required Server = https://repo.obarun.org/obextra +[observice] +SigLevel = Required +Server = https://repo.obarun.org/observice + #[testing] #Include = /etc/pacman.d/mirrorlist @@ -111,5 +116,3 @@ Include = /etc/pacman.d/mirrorlist #[multilib] #Include = /etc/pacman.d/mirrorlist - - diff --git a/plasma/rootfs/etc/obarun/install.conf b/plasma/rootfs/etc/obarun/install.conf new file mode 100644 index 0000000000000000000000000000000000000000..360a941f2bd8965ddef663d890155a487c4c10ec --- /dev/null +++ b/plasma/rootfs/etc/obarun/install.conf @@ -0,0 +1,78 @@ +# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org> +# All rights reserved. +# +# This file is part of Obarun. It is subject to the license terms in +# the LICENSE file found in the top-level directory of this +# distribution. +# This file may not be copied, modified, propagated, or distributed +# except according to the terms contained in the LICENSE file. + +################## +## Main variable +################## + +# allow to update the obarun-install script when it launched [yes|no] +UPDATE_INS="yes" + +# allow to update the obarun-install-themes script when it launched [yes|no] +UPDATE_TPL="yes" + +# Be more/less verbose +# 1 for more, 0 for less +DEBUG=0 + +# git source of obarun-install package +GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" + +# git source of obarun-install-themes package +GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git" + +# git branch to use, if not set master is took by default +BRANCH="" + +# git branch to use for obarun-install-themes, if not set master is took by default +THEMES_BRANCH="" + +# gpg directory used during the installation +GPG_DIR="/var/lib/obarun/gnupg" + +# editor used during the installation +EDITOR="mcedit" + +# valid mountpoint for installation +NEWROOT="/mnt" + +# configuration files directory used for the installation +CONFIG_DIR="plasma" + +# cache directory used during the installation +CACHE_DIR="/var/cache/pacman/pkg" + +# use rankmirrors to find the fastest local mirror +# expected value are yes or no without uppercase +RANKMIRRORS="no" + +######################### +## Customization variable +######################### + +# define name of the host for the new installation +HOSTNAME="Ob66" + +# define the locale for the new installation +LOCALE="en_US.UTF-8" + +# define the zone for the new installation e.g Europe +ZONE="GMT" + +# define the subzone for the new installation e.g. Londres +SUBZONE="" + +# define the keymap for the console for the new installation +KEYMAP="us" + +# define the keymap for the Desktop for the new installation +XKEYMAP="us" + +# define the name for a new user for the new installation +NEWUSER="oblive" diff --git a/plasma/rootfs/etc/pacman.conf b/plasma/rootfs/etc/pacman.conf deleted file mode 100644 index 22a2cbfc5259e4054763d4f04966e327b15805a4..0000000000000000000000000000000000000000 --- a/plasma/rootfs/etc/pacman.conf +++ /dev/null @@ -1,116 +0,0 @@ -# -# /etc/pacman.conf -# -# See the pacman.conf(5) manpage for option and repository directives - -# -# GENERAL OPTIONS -# -[options] -# The following paths are commented out with their default values listed. -# If you wish to use different paths, uncomment and update the paths. -#RootDir = / -#DBPath = /var/lib/pacman/ -#CacheDir = /var/cache/pacman/pkg/ -#LogFile = /var/log/pacman.log -#GPGDir = /etc/pacman.d/gnupg/ -HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled -#UseDelta = 0.7 -Architecture = auto - -# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = systemd -IgnorePkg = libsystemd -#IgnoreGroup = - -#NoUpgrade = -NoExtract = /usr/lib/libsystemd*.* - -# Misc options -#UseSyslog -Color -TotalDownload -CheckSpace -VerbosePkgLists - -# By default, pacman accepts packages signed by keys that its local keyring -# trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional -LocalFileSigLevel = Optional -#RemoteFileSigLevel = Required - -# NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official Arch Linux -# packagers with `pacman-key --populate archlinux`. - -# -# REPOSITORIES -# - can be defined here or included from another file -# - pacman will search repositories in the order defined here -# - local/custom mirrors can be added here or in separate files -# - repositories listed first will take precedence when packages -# have identical names, regardless of version number -# - URLs will have $repo replaced by the name of the current repo -# - URLs will have $arch replaced by the name of the architecture -# -# Repository entries are of the format: -# [repo-name] -# Server = ServerName -# Include = IncludePath -# -# The header [repo-name] is crucial - it must be present and -# uncommented to enable the repo. -# - -# The testing repositories are disabled by default. To enable, uncomment the -# repo name header and Include lines. You can add preferred servers immediately -# after the header, and they will be used before the default mirrors. - -[66] -SigLevel = Required -Server = https://repo.obarun.org/66-repo - -#[obcore-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obcore/testing/ - -[obextra-testing] -SigLevel = Required -Server = https://repo.obarun.org/obextra/testing - -[obcore] -SigLevel = Required -Server = https://repo.obarun.org/obcore - -[obextra] -SigLevel = Required -Server = https://repo.obarun.org/obextra - -#[testing] -#Include = /etc/pacman.d/mirrorlist - -[core] -Include = /etc/pacman.d/mirrorlist - -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist - -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist - -#[multilib] -#Include = /etc/pacman.d/mirrorlist - - diff --git a/xfce4/package_list/base_utilities b/xfce4/package_list/base_utilities index a682677c0e744ce2b65165cda596f5df900fbd9e..8bfa4601e348a8006c0501dd474797ba2165ccec 100644 --- a/xfce4/package_list/base_utilities +++ b/xfce4/package_list/base_utilities @@ -46,6 +46,7 @@ wpa_supplicant obarun-install obarun-install-themes pacopts +obnews #------------------- ## fonts diff --git a/xfce4/package_list/desktop b/xfce4/package_list/desktop index 525e0e19f021958026b259f4e6de13dbae96c686..c7e2324e8797dd28881c6d7dab98a9e8103a5b53 100644 --- a/xfce4/package_list/desktop +++ b/xfce4/package_list/desktop @@ -68,7 +68,7 @@ parole polkit-gnome scrot spacefm -terminator +sakura udevil volumeicon xarchiver-gtk2 diff --git a/xfce4/pacman.conf b/xfce4/pacman.conf index 959a868d9fb0e7f307601cdf815f4f9ec3f6533b..1355ea873619c9e1b351d3d375c7b9bbaa30f7f7 100644 --- a/xfce4/pacman.conf +++ b/xfce4/pacman.conf @@ -24,6 +24,7 @@ Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup IgnorePkg = systemd IgnorePkg = libsystemd +IgnorePkg = systemd-libs #IgnoreGroup = #NoUpgrade = @@ -76,18 +77,22 @@ Server = https://repo.obarun.org/66-repo #SigLevel = Required #Server = https://repo.obarun.org/obcore/testing/ -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - [obcore] SigLevel = Required Server = https://repo.obarun.org/obcore +#[obextra-testing] +#SigLevel = Required +#Server = https://repo.obarun.org/obextra/testing + [obextra] SigLevel = Required Server = https://repo.obarun.org/obextra +[observice] +SigLevel = Required +Server = https://repo.obarun.org/observice + #[testing] #Include = /etc/pacman.d/mirrorlist diff --git a/xfce4/rootfs/etc/obarun/install.conf b/xfce4/rootfs/etc/obarun/install.conf new file mode 100644 index 0000000000000000000000000000000000000000..0a8e8585a2295cbc2fa68e1801f55da8c1f86013 --- /dev/null +++ b/xfce4/rootfs/etc/obarun/install.conf @@ -0,0 +1,72 @@ +# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org> +# All rights reserved. +# +# This file is part of Obarun. It is subject to the license terms in +# the LICENSE file found in the top-level directory of this +# distribution. +# This file may not be copied, modified, propagated, or distributed +# except according to the terms contained in the LICENSE file. + +################## +## Main variable +################## + +# allow to update the obarun-install script when it launched [yes|no] +UPDATE_INS="yes" + +# allow to update the obarun-install-themes script when it launched [yes|no] +UPDATE_TPL="yes" + +# Be more/less verbose +# 1 for more, 0 for less +DEBUG=0 + +# git source of obarun-install package +GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" + +# git branch to use, if not set master is took by default +BRANCH="" + +# gpg directory used during the installation +GPG_DIR="/var/lib/obarun/gnupg" + +# editor used during the installation +EDITOR="mcedit" + +# valid mountpoint for installation +NEWROOT="/mnt" + +# configuration files directory used for the installation +CONFIG_DIR="xfce4" + +# cache directory used during the installation +CACHE_DIR="/var/cache/pacman/pkg" + +# use rankmirrors to find the fastest local mirror +# expected value are yes or no without uppercase +RANKMIRRORS="no" + +######################### +## Customization variable +######################### + +# define name of the host for the new installation +HOSTNAME="Ob66" + +# define the locale for the new installation +LOCALE="en_US.UTF-8" + +# define the zone for the new installation e.g Europe +ZONE="GMT" + +# define the subzone for the new installation e.g. Londres +SUBZONE="" + +# define the keymap for the console for the new installation +KEYMAP="us" + +# define the keymap for the Desktop for the new installation +XKEYMAP="us" + +# define the name for a new user for the new installation +NEWUSER="oblive" diff --git a/xfce4/rootfs/etc/pacman.conf b/xfce4/rootfs/etc/pacman.conf deleted file mode 100644 index c65cccb481e98e1f179b8a38b96291778aa24f00..0000000000000000000000000000000000000000 --- a/xfce4/rootfs/etc/pacman.conf +++ /dev/null @@ -1,116 +0,0 @@ -# -# /etc/pacman.conf -# -# See the pacman.conf(5) manpage for option and repository directives - -# -# GENERAL OPTIONS -# -[options] -# The following paths are commented out with their default values listed. -# If you wish to use different paths, uncomment and update the paths. -#RootDir = / -#DBPath = /var/lib/pacman/ -#CacheDir = /var/cache/pacman/pkg/ -#LogFile = /var/log/pacman.log -#GPGDir = /etc/pacman.d/gnupg/ -HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled -#UseDelta = 0.7 -Architecture = auto - -# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -IgnorePkg = systemd -IgnorePkg = libsystemd -#IgnoreGroup = - -#NoUpgrade = -NoExtract = /usr/lib/libsystemd*.* - -# Misc options -#UseSyslog -Color -TotalDownload -CheckSpace -#VerbosePkgLists - -# By default, pacman accepts packages signed by keys that its local keyring -# trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional -LocalFileSigLevel = Optional -#RemoteFileSigLevel = Required - -# NOTE: You must run `pacman-key --init` before first using pacman; the local -# keyring can then be populated with the keys of all official Arch Linux -# packagers with `pacman-key --populate archlinux`. - -# -# REPOSITORIES -# - can be defined here or included from another file -# - pacman will search repositories in the order defined here -# - local/custom mirrors can be added here or in separate files -# - repositories listed first will take precedence when packages -# have identical names, regardless of version number -# - URLs will have $repo replaced by the name of the current repo -# - URLs will have $arch replaced by the name of the architecture -# -# Repository entries are of the format: -# [repo-name] -# Server = ServerName -# Include = IncludePath -# -# The header [repo-name] is crucial - it must be present and -# uncommented to enable the repo. -# - -# The testing repositories are disabled by default. To enable, uncomment the -# repo name header and Include lines. You can add preferred servers immediately -# after the header, and they will be used before the default mirrors. - -[66] -SigLevel = Required -Server = https://repo.obarun.org/66-repo - -#[obcore-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obcore/testing/ - -#[obextra-testing] -#SigLevel = Required -#Server = https://repo.obarun.org/obextra/testing - -[obcore] -SigLevel = Required -Server = https://repo.obarun.org/obcore - -[obextra] -SigLevel = Required -Server = https://repo.obarun.org/obextra - -#[testing] -#Include = /etc/pacman.d/mirrorlist - -[core] -Include = /etc/pacman.d/mirrorlist - -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] -#Include = /etc/pacman.d/mirrorlist - -[community] -Include = /etc/pacman.d/mirrorlist - -# If you want to run 32 bit applications on your x86_64 system, -# enable the multilib repositories as required here. - -#[multilib-testing] -#Include = /etc/pacman.d/mirrorlist - -#[multilib] -#Include = /etc/pacman.d/mirrorlist - -