diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-12-07 16:18:58 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-12-28 23:45:31 +0100 |
commit | 514d5f1fa641b0bfc66d43f4c0c7e7830f747899 (patch) | |
tree | d82e6ec7503c9173a477de3cd5852fed26d9e607 /install/base | |
parent | b209e8c5e965965c50878fb57a628bca83a06f8d (diff) | |
download | mkinitcpio-514d5f1fa641b0bfc66d43f4c0c7e7830f747899.tar.gz mkinitcpio-514d5f1fa641b0bfc66d43f4c0c7e7830f747899.tar.xz |
mkinitcpio avoiding adding a CPIO entry for '.'
The archive goes from looking like this:
.
./buildconfig
./config
./init
./init_functions
./VERSION
./lib64
./sbin
To:
buildconfig
config
init
init_functions
VERSION
lib64
sbin
Note the lack of the "root" entry and leading "./". This fixes an issue
with packing ucode into the initramfs since the kernel really wants an
exact match, and not path equivalency.
Diffstat (limited to 'install/base')
0 files changed, 0 insertions, 0 deletions