| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Default options for xz compression taken from dracut.
This change also removes various /bin/ path prefixes as there was
previously a mix. xz* tools are technically in /usr so thus support
may not be 100% complete until we have finished the /usr merge in
mga3 and as such gzip compressed initrds should likely remain the default
for mga2.
No support for xz compressed initrds has yet been added to the remove-boot-splash
script which is inexplicably implemented in perl rather than in bash
like the rest of the scripts.
|
|
|
|
|
|
| |
The theme name passed in on the command line was never used.
Use it :)
|
|
|
|
|
|
|
|
|
|
|
|
| |
We seem to go out of our way to avoid creating a 'new' cpio archive.
This all seems rather unnecessary and error prone and cpio-filter
will create a new archive anyway, so it's also rather redundant.
Adopt a simpler process: extract the initrd fully, and run the plymouth
population in-place, then just recompress the result.
This also changes the archive creation stage to be the same commands
used by dracut for clarity.
|
|
|
|
|
|
|
| |
The initrd was extracted with plymouth files filtered out,
but then re-extracted a few lines below overwriting this file.
The second extraction should exclude plymouth files too.
|
|
|
|
|
|
| |
DrakX can call this script with /boot/initrd.img symlink, in which case
we want to operate on its target instead, or the symlink would get
replaced with a regular file (reported by Colin Guthrie).
|
|
|
|
| |
These include e.g. unsupported initramfs formats and full filesystems.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r908 | blino | 2011-04-16 15:34:46 +0100 (Sat, 16 Apr 2011) | 1 line
initial bootsplash import (cleaned from Mdv)
------------------------------------------------------------------------
|
| |
|
| |
|
| |
|
|
|
|
| |
patch
|
| |
|
|
|
|
|
| |
- hide error message
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- really fix changing splash theme
|
|
|
|
|
| |
- fix location of splashy themes
|
|
|
|
| |
process)
|
| |
|
| |
|
|
|
|
|
| |
(removing a file using cpio implies "cpio -i" then "cpio -o", but devices can't be created as non-root)
|
|
(to be used by mkcd)
|