aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/remove-boot-splash
Commit message (Collapse)AuthorAgeFilesLines
* Fix permissions on written initrd'sColin Guthrie2013-01-271-0/+1
| | | | | This fixes a potential leakage of sensitive information in the initrd to non-root local users.
* Tidy up tmp on normal exit (thanks Anssi)Colin Guthrie2012-04-141-0/+2
|
* Do not remove dracut hooks.Colin Guthrie2012-04-141-1/+0
| | | | | | | | 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.
* Rewrite remove-boot-splash as a shell script.Colin Guthrie2012-04-141-22/+72
| | | | | | | | | | 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.
* remove-boot-splash: drop support for old non-plymouth bootsplashAnssi Hannula2012-02-271-29/+1
|
* - remove splashy leftover in initrdFrederic Crozat2009-10-121-1/+1
| | | | | - hide error message
* - Port to plymouthFrederic Crozat2009-10-071-4/+4
|
* Fix initramfs support (use cpio -c)Gwenolé Beauchesne2006-04-101-1/+1
|
* handle initramfs initrd in make-boot-splash and remove-boot-splashFlorent Villard2006-04-101-0/+18
|
* - add scripts/remove-boot-splash so we can modify a bootsplashPascal Rigaux2004-06-291-0/+34
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)