The first public Arch:e5 repository is available now! If you have no idea what E5 is, you may want to take a look at the post Announcing Arch:E5! first.
About one month passed and I just made the skel (or “skeleton”) repository available. It can be used to pacstrap a fairly minimal Arch:e5 installation. I’ll describe how to do that in a minute, but first a few words about what this actually is.
Arch:e5 structure
Arch uses a rather simple repository layout: The most important packages are in core and everything else is in extra. Packages not officially maintained by the project can probably be found in community. Disregarding a few special things this is already it.
While a “base” install of Arch is quite small compared to most well-known distros, it still pulls in quite a few things you might not want to have. Right, you can easily uninstall packages later. Or you could do without the “pacstrap” script and make use of pacman’s group feature. But using pacstrap is simply a very convenient way of installing Arch.
Now the idea is to allow for an installation that can be customized even more than Arch’s right from the beginning and thus split core into two repositories: skel and default. The former consists of everything absolutely necessary to get an Arch-based system up and running while the later holds the default packages that make the system actually useful.
The skeleton repository
Why would one do that split? Well, imagine you have a very specific idea of what your system should be. Perhaps you are an vi user. For what reason should nano even be installed at all? Or you don’t intend on using systemd. Why put it on your system in the first place?
Just pacstrapping the skeleton of your system together with what you actually want is a pretty obvious and comfortable solution.
E5 brings back one of the strong points of the classical Arch: rc.conf!
Right now skel contains all the packages which are in the “mini” group – 59 packages to be precise. I intend to put some more work into it to break it down to 50 packages at most (or rather: as few as possible). Some packages like the bootloader (syslinux) or the init-system (runit) are likely to be moved to the repository default in the future when E5 begins to offer alternative choices. Decreasing the number of packages could also be done by replacing some of them with others that have fewer dependencies.
How to install?
Warning: This ist just a preview. The system you’ll end up with is not of much use on its own at this time.
It doesn’t come with dhcp.
It doesn’t have a package manager.
It doesn’t even provide an editor.
If you want anything more than the bare skeleton, pacstrap it on top of E5 (from the Arch repositories) after the initial pacstrap is complete!
Preparing to pacstrap an Arch:e5 skeleton installation
As you can see, installing Arch:e5 is rather simple. Just boot from an Arch Linux live medium and make some changes to the /etc/pacman.conf file.
1. Comment out any Arch Linux repositories.
2. Then add the following:
[e5-skel]
SigLevel = Never
Server = http://www.elderlinux.org/repos/e5-skel
3. Once you saved the changes, you can check if pacman can read the package database using pacman -Sy. This is optional, of course, since the pacstrap script updates the db anyways.
4. Proceed with a more or less typical Arch installation:
Create and format your partitions, mount them and finally pacstrap the group mini instead of base. Then use genfstab and reboot. That’s it. If you follow the default partition layout, there’s no need to chroot to the environment since syslinux is installed automatically.
What’s next?
I’ll definitely continue working on E5. My next goal is currently to prepare and publish the default repository.
Content of skel
Since there’s not much in it, here’s the complete list of packages which skel currently holds (all but 3 packages were actually built with clang 3.4, btw.):
- acl-5:2.2.52-1-i686.pkg.tar.xz
- ath9k-htc-firmware-5:1.3.2-3-any.pkg.tar.xz
- attr-5:2.4.47-1-i686.pkg.tar.xz
- bash-5:4.2.045-5-i686.pkg.tar.xz
- bzip2-5:1.0.6-5-i686.pkg.tar.xz
- coreutils-5:8.22-2-i686.pkg.tar.xz
- cracklib-5:2.9.0-2-i686.pkg.tar.xz
- dash-5:0.5.7-4-i686.pkg.tar.xz
- db-5:5.3.21-2-i686.pkg.tar.xz
- e2fsprogs-5:1.42.8-2-i686.pkg.tar.xz
- eglibc-5:2.18r24829-1-i686.pkg.tar.xz
- eudev-5:1.4-1-i686.pkg.tar.xz
- expat-5:2.1.0-3-i686.pkg.tar.xz
- filesystem-5:2013.05-2-i686.pkg.tar.xz
- findutils-5:4.4.2-5-i686.pkg.tar.xz
- gawk-5:4.1.0-2-i686.pkg.tar.xz
- gcc-libs-5:4.7.3-4-i686.pkg.tar.xz
- glib2-5:2.39.3-1-i686.pkg.tar.xz
- gmp-5:5.1.3-1-i686.pkg.tar.xz
- grep-5:2.16-1-i686.pkg.tar.xz
- gzip-5:1.6-1-i686.pkg.tar.xz
- hwids-5:20130915.1-1-any.pkg.tar.xz
- iana-etc-5:2.30-4-any.pkg.tar.xz
- ignite-5:20131028-1-i686.pkg.tar.xz
- iproute2-5:3.12.0-1-i686.pkg.tar.xz
- iptables-5:1.4.21-1-i686.pkg.tar.xz
- kbd-5:2.0.1-1-i686.pkg.tar.xz
- keyutils-5:1.5.8-1-i686.pkg.tar.xz
- kmod-5:15-1-i686.pkg.tar.xz
- krb5-5:1.12.1-1-i686.pkg.tar.xz
- less-5:458-1-i686.pkg.tar.xz
- libarchive-5:3.1.2-3-i686.pkg.tar.xz
- libcap-5:2.24-1-i686.pkg.tar.xz
- libffi-5:3.0.13-4-i686.pkg.tar.xz
- libldap-5:2.4.38-1-i686.pkg.tar.xz
- libsasl-5:2.1.26-6-i686.pkg.tar.xz
- libtirpc-5:0.2.4-1-i686.pkg.tar.xz
- linux-libre-api-headers-5:3.10.27-1-i686.pkg.tar.xz
- linux-libre-firmware-5:3.10-1-any.pkg.tar.xz
- linux-libre-lts-5:3.10.27-1-i686.pkg.tar.xz
- lzo2-5:2.06-3-i686.pkg.tar.xz
- mkinitcpio-5:0.15.0-1-any.pkg.tar.xz
- mkinitcpio-busybox-5:1.21.1-2-i686.pkg.tar.xz
- mpfr-5:3.1.2.p5-1-i686.pkg.tar.xz
- ncurses-5:5.9-5-i686.pkg.tar.xz
- nettle-5:2.7.1-1-i686.pkg.tar.xz
- openssl-5:1.0.1.f-1-i686.pkg.tar.xz
- pam-5:1.1.8-2-i686.pkg.tar.xz
- pambase-5:20130928-1-any.pkg.tar.xz
- pcre-5:8.34-2-i686.pkg.tar.xz
- procps-ng-5:3.3.9-2-i686.pkg.tar.xz
- readline-5:6.2.004-1-i686.pkg.tar.xz
- runit-5:2.1.1-3-i686.pkg.tar.xz
- shadow-5:4.1.5.1-6-i686.pkg.tar.xz
- syslinux-5:6.01-4-i686.pkg.tar.xz
- tzdata-5:2013i-1-any.pkg.tar.xz
- util-linux-5:2.23.2-1-i686.pkg.tar.xz
- xz-5:5.0.5-2-i686.pkg.tar.xz
- zlib-5:1.2.8-3-i686.pkg.tar.xz
Interesante. lo felicito, la verdad segui los pasos que usted indica pero no me sirvio, me decia que hubo fallos en detectar el repo, es decir, ni con Pacman -Syu ni con pacstrap me funciono.
No se si es la distancia del guion en medio de e5-skel que en mi compu queda muy pegado, pero el error que arroja es que no detecta el repo.
Alguna idea?
Hi, Julio! Sorry for the delay of my reply, but I was busy on the weekend. Also I don’t really understand Spanish (learned some Italian years ago, but that’s unfortunately all I can offer when it comes to Romanic languages!) However it was not too hard to guess what you wrote.
All the E5 repositories were broken since my last update (for some reason the symlinks to the repo’s db files didn’t get uploaded). I’ve just fixed it. Now pacman (or pacstrap) should be able to access all of them (e5-skel, e5-default, e5-devel, e5-extra, e5-tex, e5-x11, e5-fltk and e5-gtk). And thanks for reporting the problem!
Ok, I used your repo again, but it failed, some packages can’t be downloaded.
So that I installed archlinux in the old form.
Hi Julio! Looks like there were a few more things messed up. Even if all the files would have been accessable, the db pointed to a broken kernel that could not boot properly… Now everything should finally be fixed (and I’ll avoid touching these repos again). I’ve installed a base and base-devel system from the repos and everything is working. The pacman package has been updated to include the x11, fltk and gtk repositories, too, and the ede package has been fixed. So for historical purposes, E5 will remain online for a while.
very interesting, i’m working with runit on arch too. Perhaps provide your pkgbuilds on github will be appreciate to known exactly what you are doing. just an idea.
Hi, Eric! This is all very old stuff by now – I did this more than 1.5 years ago and never updated the PKGBUILD files. Basically I eliminated systemd stuff from all packages and tried to use clang as the compiler (or dragonegg if clang wouldn’t work).
While I was pretty happy with how far I got with this (I had a fully graphical system with two desktop environments to choose from), not too many people were interested in the project. So I didn’t invest any more time to actually maintain things further and closed the project after accomplishing what I wanted to accomplish.
I can see if I can find the PKGBUILDs and upload them for you, though, if you really want them. I did something like E5 again, replacing glibc with musl, too. You can take a look at the PKGBUILDS (and other files) here: http://chiselapp.com/user/kraileth/repository/e5-musl/tree?ci=tip