| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This fixes a potential leakage of sensitive information in the initrd
to non-root local users.
|
| |
|
|
|
|
|
|
|
|
| |
Most hooks are harmless and do checks. One hook will fail
if /bin/plymouthd is removed but I will fix that at the dracut
end as the hook is not replaced when re-populating the initrd again
so we should just make the hook a noop when the binary does not
exist instead.
|
|
|
|
|
|
|
|
|
|
| |
This rewrites the remove-boot-splash script as a shell script and fixes several bugs:
* Properly remove plash on 64 bit machines
* Add support for xz compressed initrds
* Remove dracut hooks related to plymouth
* Remove plymouth settings from /etc
Also fix svn:executable permissions.
|
| |
|
|
|
|
|
| |
- hide error message
|
| |
|
| |
|
| |
|
|
from an initrd without having to rebuild it
- make-boot-splash doesn't try to detect the resolution anymore,
it now needs to be given one
- in switch-themes and remove-theme, use bootloader-config to update the bootloader
- remove detect-resolution
- requires new mkinitrd (old mkinitrd used detect-resolution)
- remove "Patch: glibc-fixed-header.tar.bz2" which is unused (and not in CVS)
|