Log of /bootsplash
Directory Listing
Revision
8183 -
Directory Listing
Modified
Tue May 7 23:30:51 2013 UTC
(11 years, 9 months ago)
by
blino
3.3.11
Revision
8182 -
Directory Listing
Modified
Tue May 7 23:29:17 2013 UTC
(11 years, 9 months ago)
by
blino
use drakx-update-background instead of broken perl one-liner (fails when resolution is not set in Xorg.conf)
Revision
7215 -
Directory Listing
Modified
Sun Jan 27 10:07:51 2013 UTC
(12 years ago)
by
colin
Bumb release
Revision
7214 -
Directory Listing
Modified
Sun Jan 27 10:06:46 2013 UTC
(12 years ago)
by
colin
Fix permissions on written initrd's
This fixes a potential leakage of sensitive information in the initrd
to non-root local users.
Revision
4068 -
Directory Listing
Modified
Mon Apr 16 08:24:59 2012 UTC
(12 years, 10 months ago)
by
colin
Use generic auto-compress flag to tar
Revision
4056 -
Directory Listing
Modified
Sat Apr 14 16:02:57 2012 UTC
(12 years, 10 months ago)
by
colin
Bump version
Revision
4055 -
Directory Listing
Modified
Sat Apr 14 16:02:01 2012 UTC
(12 years, 10 months ago)
by
colin
There are no perl scripts anymore. Only bash.
Revision
4054 -
Directory Listing
Modified
Sat Apr 14 15:57:29 2012 UTC
(12 years, 10 months ago)
by
colin
Switch dist to xz
Revision
4053 -
Directory Listing
Modified
Sat Apr 14 15:50:17 2012 UTC
(12 years, 10 months ago)
by
colin
Tidy up tmp on normal exit (thanks Anssi)
Revision
4052 -
Directory Listing
Modified
Sat Apr 14 15:02:23 2012 UTC
(12 years, 10 months ago)
by
colin
Do not remove dracut hooks.
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.
Revision
4051 -
Directory Listing
Modified
Sat Apr 14 14:56:00 2012 UTC
(12 years, 10 months ago)
by
colin
Do not pass theme in when calling make-boot-splash-raw.
This reverts and earlier commit that used it explicitly, however this
approach is more error prone.
The default theme is set in make-boot-splash, and thus it will be used
when calling via this route. Error checking is done at this higher level
and thus if an invalid theme is passed in the old theme will still be default
and we will properly regenerate initrd.
Clarify that the theme argument should not be passed in the help output.
Revision
4050 -
Directory Listing
Modified
Sat Apr 14 14:45:44 2012 UTC
(12 years, 10 months ago)
by
colin
Rewrite remove-boot-splash as a shell script.
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.
Revision
4049 -
Directory Listing
Modified
Sat Apr 14 14:25:54 2012 UTC
(12 years, 10 months ago)
by
colin
Add support for xz compressed initrds.
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.
Revision
4048 -
Directory Listing
Modified
Sat Apr 14 13:59:38 2012 UTC
(12 years, 10 months ago)
by
colin
Actually use the THEME name passed in.
The theme name passed in on the command line was never used.
Use it :)
Revision
4047 -
Directory Listing
Modified
Sat Apr 14 13:57:13 2012 UTC
(12 years, 10 months ago)
by
colin
Avoid using cpio-filter and cpio --append
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.
Revision
4046 -
Directory Listing
Modified
Sat Apr 14 12:55:08 2012 UTC
(12 years, 10 months ago)
by
colin
Remove a poinless line.
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.
Revision
3913 -
Directory Listing
Modified
Wed Apr 4 00:28:38 2012 UTC
(12 years, 10 months ago)
by
anssi
bootsplash 3.3.8
Revision
3912 -
Directory Listing
Modified
Wed Apr 4 00:28:33 2012 UTC
(12 years, 10 months ago)
by
anssi
make-boot-splash: dereference symlinks before operation
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).
Revision
3093 -
Directory Listing
Modified
Mon Feb 27 17:02:30 2012 UTC
(12 years, 11 months ago)
by
anssi
bootsplash 3.3.7
Revision
3092 -
Directory Listing
Modified
Mon Feb 27 17:02:26 2012 UTC
(12 years, 11 months ago)
by
anssi
remove-boot-splash: drop support for old non-plymouth bootsplash
Revision
3091 -
Directory Listing
Modified
Mon Feb 27 17:02:22 2012 UTC
(12 years, 11 months ago)
by
anssi
add checks for some more failure conditions to prevent initrd corruption
These include e.g. unsupported initramfs formats and full filesystems.
Revision
2482 -
Directory Listing
Modified
Mon Dec 19 04:51:42 2011 UTC
(13 years, 1 month ago)
by
anssi
bootsplash 3.3.6
Revision
2481 -
Directory Listing
Modified
Mon Dec 19 04:49:59 2011 UTC
(13 years, 1 month ago)
by
anssi
don't truncate initrd if plymouth-populate-initrd fails
Revision
2480 -
Directory Listing
Modified
Mon Dec 19 04:49:55 2011 UTC
(13 years, 1 month ago)
by
anssi
don't truncate initrd if plymouth-populate-initrd doesn't exist
Revision
1661 -
Directory Listing
Modified
Thu Jun 2 20:53:32 2011 UTC
(13 years, 8 months ago)
by
dmorgan
Branch for updates
Revision
908 -
Directory Listing
Added
Sat Apr 16 14:34:46 2011 UTC
(13 years, 10 months ago)
by
blino
initial bootsplash import (cleaned from Mdv)