module-setup: Re-indent the file

This way, the file matches the others in the package.

Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
Guilherme G. Piccoli
2022-12-22 19:02:05 -03:00
parent f68b45b1c6
commit a967f5b553

View File

@ -41,10 +41,10 @@ install() {
exit 1 exit 1
fi fi
# First clear all unnecessary firmwares/drivers added by drm in order to # First clear all unnecessary firmwares/drivers added by drm in order
# reduce the size of this minimal initramfs being created. This should # to reduce the size of the minimal initramfs being created. This
# be already done via command-line arguments, but let's play safe and delete # should be already done via dracut cmdline arguments, but let's play
# from here as well just in case. # safe and delete from here as well just in case.
rm -rf "$initdir"/usr/lib/firmware/amdgpu/ rm -rf "$initdir"/usr/lib/firmware/amdgpu/
rm -rf "$initdir"/usr/lib/modules/*/kernel/drivers/gpu/drm/amd/* rm -rf "$initdir"/usr/lib/modules/*/kernel/drivers/gpu/drm/amd/*