Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-08-20 17:00:06 +0300
committernl6720 <nl6720@gmail.com>2020-08-21 14:16:32 +0300
commite2c5b4527ff1848a0ebaaca0ab9d05077ae08eee (patch)
tree379fb73facfab0d9660c25ce3b3c00eba068e215 /README.rst
parent13b8c7d09901539cf9239d5accec1035bd9ef5bc (diff)
archiso/mkarchiso: reduce duplication and add more info messages
Fixes to issues introduced in https://gitlab.archlinux.org/archlinux/archiso/-/merge_requests/59 : - _make_boot_on_fat(): copy initramfs from "${airootfs_dir}/boot/" not "${isofs_dir}/". Otherwise UEFI-only ISOs cannot be built. Some general fixes: - Replace mkdir with install. Unlike mkdir, install does not complain when the target exists. - Reduce excess newlines produced by messages. - Ensure FAT image gets unmounted in case the script is interrupted. - Create the ext4 image with mkfs.ext4 instead of truncate. - Do not rely on user and group names for chown commands. Use numeric UID and GID instead. - Minimize the times stderr is redirected to /dev/null. - Add missing '?' to getopts. - Standardize function definitions by removing spaces between the function name and () .
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions