remove not needed lshw files

This commit is contained in:
Tobias Powalowski 2024-07-20 11:42:28 +02:00
parent 95e99d5de0
commit 12add753a6
2 changed files with 3 additions and 4 deletions

View file

@ -16,9 +16,9 @@ Environment:
- removed makepkg, pivot_root and switch_root - removed makepkg, pivot_root and switch_root
cpio: cpio:
- create concatenated cpio archive initramfs files => up to 25% faster - create concatenated cpio archive initramfs files => up to 25% faster
1st part: all directories Part 1: all directories
2nd part: all already compressed files Part 2: all already compressed files
3rd part: zstd compressed rootfs Part 3: zstd compressed rootfs
network: network:
- restart iwd on ESSID rescan - restart iwd on ESSID rescan
pacsetup: pacsetup:

View file

@ -5,7 +5,6 @@
_run () _run ()
{ {
_binary lshw _binary lshw
_map _file /usr/share/lshw/{manuf,oui,pnpid}.txt
} }
# vim: set ft=sh ts=4 sw=4 et: # vim: set ft=sh ts=4 sw=4 et: