until https://bugs.archlinux.org/task/76440 is resolved
FS#76440 : systemd-cryptsetup still refers to libcrypto.so.1.1 after upgrading to openssl3
see: https://labs.parabola.nu/issues/3368
UPDATE 2022-11-08: fixed in cryptsetup 2.5.0-4
You've reached the website of Parabola GNU/Linux-libre. The Parabola project is a community-driven, "labour-of-love" effort to maintain a 100% free (as in: freedom) operating system distribution that is lean, clean, and hackable.
Based on the Arch distribution, Parabola is a complete, user-friendly operating system, suitable for general "everyday" use, while retaining Arch's "power-user" charm. Parabola adheres to the GNU Free System Distribution Guidelines (FSDG); which requires source code for every part of the system to be freely available, modifyable, and re-distributable. All Parabola packages are built from source, in clean chroots, and with networking disabled, in order to replace any software and artworks in the standard Arch system which fall outside the GNU guidelines. LiveISOs, installers, and packages are provided for the armv7h, i686, and x86_64 CPU architectures.
Our community is friendly and helpful. Feel free to hop on the IRC channel, join the web forum, or subscribe to the mailing lists, to get your feet wet. Once you are ready to begin your adventures through Fosstopia, the wiki will guide you well toward learning to install and use Parabola comfortably and confidently.
until https://bugs.archlinux.org/task/76440 is resolved
FS#76440 : systemd-cryptsetup still refers to libcrypto.so.1.1 after upgrading to openssl3
see: https://labs.parabola.nu/issues/3368
UPDATE 2022-11-08: fixed in cryptsetup 2.5.0-4
Python 2 went end of life January 2020. Since then Arch has been actively cutting down the number of projects depending on python2
in their repositories, and they have finally been able to drop it from our distribution, making it disappear from Parabola too. If you still have python2
installed on your system consider removing it and any python2 package.
If you still require the python2 package you can keep it around, but please be aware that there will be no security updates.
2022-08-30 - Christian Hesse
Recent changes in grub added a new command option to fwsetup and changed the way the command is invoked in the generated boot configuration. Depending on your system hardware and setup this could cause an unbootable system due to incompatibilities between the installed bootloader and configuration. After a grub package update it is advised to run both, installation and regeneration of configuration:
grub-install ...
grub-mkconfig -o /boot/grub/grub.cfg
As part of the init scripts repackaging, elogind
does no longer ship with its OpenRC init script. You have to manually install it when upgrading:
# pacman -Syu
# pacman -S elogind-openrc
We have recently began a repackaging of [nonsystemd]
packages (see #3290). The displaymanager-openrc
package has been removed and specific init scripts have been added for their respective display manager (e.g. sddm-openrc
for sddm
, gdm-openrc
for gdm
and so on with lxdm
, xdm
and lightdm
)
Regarding NetworkManager and dbus, their nonsystemd
builds used to ship with their corresponding OpenRC init scripts, but now they were separated into networkmanager-openrc
and dbus-openrc
. Please install these when upgrading those packages.