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