Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Fixes to issues introduced in !59 (merged) :
_make_boot_on_fat()
: copy initramfs from "${airootfs_dir}/boot/"
not "${isofs_dir}/"
. Otherwise UEFI-only ISOs cannot be built.Some general fixes:
mkdir
with install
. Unlike mkdir
, install
does not complain when the target exists.mkfs.ext4
instead of truncate
.chown
commands. Use numeric UID and GID instead.stderr
is redirected to /dev/null
.?
" to getopts.()
.