Announcement board
Filter articles by tags:
Release v2.0
Mai 08, 2023 by Acidburn0zzz
Less than one month after the last release we are bringing you a shiny new one - v2.1
We’ve gone all out on this patch release - fixing bugs, adding new features and updating translations.
As always you can find the release on our Github releases page.
Here’s a quick rundown of our changes:
Translations
We’ve updated the English, French translations.
Changes to packages
all as been moved to the AUR, so we currently don’t offer another optional software.
New features
yay
was added to custom DE installations- Qtile Window Manager was added as an optional DE/WM
Other notable features
- We’ve cleaned the codebase up quite a bit
anarchy -u
works properly now - didn’t work because of the new repo url- We’ve completely reinvented the
iso-generator
script - Logging is now enabled in
iso-generator.sh
(log/
directory) - Generated ISOs are moved to the
out/
directory
Docker support
We're currently working on supporting Docker for generating the Anarchy ISO. You can track my progress in the Acidburn0zzz/gh-webpage/docker repository.
This will also mean some changes to the iso-generator.sh
script, such as adding optional arguments, like --no-color
and --no-input
, with something like --arch-iso
, --output-dir
and --log-dir
planned for the future, to enable custom folders for use with Docker.
That’s pretty much it for this release, you can find the full changelog here.
Telegram group
Mai 08, 2023 by Acidburn0zzz
We’re announcing the creation of a discussion group in the Telegram instant messaging service.
You are invited to join the group by clicking on this link, to discuss new ideas and features to be implemented in future releases.
Together we can make Anarchy more than just an installer!
We’re hoping to see you soon!
Release v2.0
Mai 08, 2023 by Acidburn0zzz
Another ArchLinux update, yay, like paru!
2.0’s changelog is actually quite long, despite being a “patch” version.
You can check out the changelog on our release page for a summary or continue reading for a more in-depth look into the changes.
Firstly we’ve completely removed the GUI installer, since it was very outdated and it hasn’t been built since like v1.7.a1. AFAIK nobody has complained about the lack of GUI builds, but if enough people would like it back, it can be arranged, although we’d need some maintainers for it. This does not affect the installation of DEs and WMs, you can still choose all the ones you could before, it’s just that the installation takes place in a terminal.
We’ve also refactored the archlinux-creator.sh
script to more closely follow bash best practices and we’ve renamed it to iso-generator.sh
to make it less confusing, since archlinux-creator and archlinux-installer are similarly named, but do completely different things. Maybe we’ll move the archlinux-installer script to somewhere else at some point.
Something quite important was also added in v2.0: We’ve started generating proper checkums. You should now be able to use sha256sum to check if the image was properly downloaded.
arch-wiki(-cli)
was also completely removed in this version. To be fair, it was removed in v1.0.4 already, but the menu option still existed and didn’t work, so now it’s finally gone.
For those of you who want to compile your own Archlinux installers, we’ve made the script more verbose, with more helpful info and proper error exits.
French translations were updated, GREP_OPTIONS was removed from .zshrc, OpenJDK7 was replaced by OpenJDK8 in the optional software menu and OpenJDK11 & 12 were added as well. Also in the list of added packages were youtube-dl
and openssh
(which was added by default to our quick server installations)
The insertion of modules into mkinitcpio.conf
was fixed and the issue of LUKS-encryped XFS installations not booting was resolved as well.
On the Github side of things we’ve also updated the README and have added issue and pull request templates - please use them.
A contributing guide was also added, which can give you some ideas on how to contribute to the project.
Well, that just about sums it up, see you when the next release comes out ;)
We'd like your feedback
Mai 08, 2023 by Acidburn0zzz
Hello,
My name is Erazem and I’m a fairly new contributor to the Anarchy Linux project and the author of this website.
Like (hopefully) most of you reading this, I really like the project and as a beginner in open source I wanted to contribute to it. Since I only know a bit about bash scripting I haven’t been able to contribute much actual code yet, but that didn’t stop me from contributing altogether. And it shouldn’t stop you from contributing either.
If you know how to code in bash that’s great - find an issue you like and help fix it, or even add a feature you’d like to see in Archlinux.
If you don’t know how to code there’s still a bunch of things to do - fix typos in the README, update the website or help translate the project.
If you can’t see yourself doing any of those things, you can still help us in other ways:
Test the software and report bugs
or
Give us feedback on the project:
- Tell us what you like/dislike about the new website design
- Tell us what new features you’d like to see in the Anarchy installer
- Tell us how we can help you contribute to the project (maybe you just need a mentor)
As you can see there really are a lot of things you can do to contribute to this project and we would really appreciate it if you tried doing at least one of them.
Enjoy your experience with Anarchy Linux :)
Release 1.0.4
September 1, 2019 by Erazem Kokot
On June 8, 2019, Anarchy Linux received its 1.0.4 release, finally. With the upcoming release of 1.0.5, which already has way more changes, we can safely say this was a minor release,
Changelog:
- QT4 was removed from the package list
- MongoDB was removed from the optional software list
- A timeout was added to the syslinux config file
- arch-wiki-cli was removed from the package list
New Website
September 1, 2019 by Erazem Kokot
You’ve stumbled upon our revamped website. It was built to be modern and fast using the Hugo static website generator and the Terrassa theme.
If you haven’t already, check out our Github project page.