It was around that time, yes, and there was a .pacnew
file for it, too.
By the way, I still propose…
- replacing
base
andudev
— as well asresume
and/orusr
, if present — bysystemd
;… - replacing
keymap
andconsolefont
bysd-vconsole
; and… - replacing
encrypt
(if present) bysd-encrypt
.
It shaves off a bit — not a whole lot, but it’s noticeable — from the boot time, and it makes the initramfs
a bit smaller. The way the systemd
hook works is that it will build the initcpio
with what is currently needed by the running system.
Also, base
doesn’t really make any sense anymore, because it only provides a busybox
rescue shell, but the rescue shell is unusable because the root account in the initramfs
is locked. So that rescue shell is just sitting there in the initramfs
for no reason at all.