diff --git a/CHANGELOG b/CHANGELOG index f72c1f3da..bc2c52557 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,9 +16,9 @@ Environment: - removed makepkg, pivot_root and switch_root cpio: - create concatenated cpio archive initramfs files => up to 25% faster - 1st part: all directories - 2nd part: all already compressed files - 3rd part: zstd compressed rootfs + Part 1: all directories + Part 2: all already compressed files + Part 3: zstd compressed rootfs network: - restart iwd on ESSID rescan pacsetup: diff --git a/usr/lib/archboot/cpio/hooks/lshw b/usr/lib/archboot/cpio/hooks/lshw index 69d4000d1..7d6739b15 100644 --- a/usr/lib/archboot/cpio/hooks/lshw +++ b/usr/lib/archboot/cpio/hooks/lshw @@ -5,7 +5,6 @@ _run () { _binary lshw - _map _file /usr/share/lshw/{manuf,oui,pnpid}.txt } # vim: set ft=sh ts=4 sw=4 et: