Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Use a single temporary directory
mkinitcpio & co. make multiple invocations of `mktemp` that create multiple `/tmp/mkinitcpio.*` folders and files. Instead, mkinitcpio should only invoke `mktemp` once and place all its cruft in a single temporary directory.
issue