24 Nov 2012 00:48
[mkinitcpio] 0.12.0 feature release review
Dave Reisner <dreisner <at> archlinux.org>
2012-11-23 23:48:45 GMT
2012-11-23 23:48:45 GMT
arch-projects has been fairly quietly recently, so here's a patch dump
for interested parties to amuse themselves with. This is what I'm looking
at merging for the next release. Most of it is fairly innocuous and there's
the usual occurences of cleanup and bugfixing, but there's a few things worth
explicitly calling out:
* I'm merging all of the block device build hooks into a single "block"
hook. So previously, if your array had "pata sata scsi" in it, you
now can replace all that with "block". Since this will also include
things like "usb" and "virtio", there's some nice surprises for people
who previously had to add these things explicitly.
* Addition of a modconf hook, which will be added by default. Rather
than have people explicitly add their modprobe.conf (which is no
longer the "right thing" as per upstream, this hook will just add
the entirety of /{etc,lib}/modprobe.d to the image. I think this
is generally the right thing to do as it would be rare that you
want an option in early userspace and not later, and vice versa.
* Dropping support for /etc/rc.conf. This means that the keymap and
consolefont hooks will no longer read from /etc/rc.conf, but only
from /etc/vconsole.conf and /etc/locale.conf. We've been slowly
dropping this support in other places, and I think it makes sense
to do this here as well.
* Dropping support for old hook API. No one should really notice this.
I personally did the work to update the hooks in the repos when I
introduced the new API several months ago, and I prodded some of
the hook authors in the AUR to update.
(Continue reading)
RSS Feed