Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite remove-boot-splash as a shell script. | Colin Guthrie | 2012-04-14 | 2 | -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. | ||||
* | Add support for xz compressed initrds. | Colin Guthrie | 2012-04-14 | 1 | -4/+15 |
| | | | | | | | | | | | | | | 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. | ||||
* | Actually use the THEME name passed in. | Colin Guthrie | 2012-04-14 | 1 | -2/+5 |
| | | | | | | The theme name passed in on the command line was never used. Use it :) | ||||
* | Avoid using cpio-filter and cpio --append | Colin Guthrie | 2012-04-14 | 1 | -12/+8 |
| | | | | | | | | | | | | 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. | ||||
* | Remove a poinless line. | Colin Guthrie | 2012-04-14 | 1 | -3/+2 |
| | | | | | | | 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. | ||||
* | make-boot-splash: dereference symlinks before operation | Anssi Hannula | 2012-04-04 | 1 | -0/+2 |
| | | | | | | 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). | ||||
* | remove-boot-splash: drop support for old non-plymouth bootsplash | Anssi Hannula | 2012-02-27 | 1 | -29/+1 |
| | |||||
* | add checks for some more failure conditions to prevent initrd corruption | Anssi Hannula | 2012-02-27 | 1 | -20/+31 |
| | | | | These include e.g. unsupported initramfs formats and full filesystems. | ||||
* | don't truncate initrd if plymouth-populate-initrd fails | Anssi Hannula | 2011-12-19 | 1 | -0/+9 |
| | |||||
* | don't truncate initrd if plymouth-populate-initrd doesn't exist | Anssi Hannula | 2011-12-19 | 1 | -4/+4 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-04-16 | 4 | -13/+4 |
| | | | | | | | | | | | | 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) ------------------------------------------------------------------------ | ||||
* | Do not derefence symlinks, we copy the target too | Pascal Terjan | 2009-11-30 | 1 | -1/+1 |
| | |||||
* | Compress hard, like we do in mkinitrd | Pascal Terjan | 2009-11-29 | 1 | -2/+2 |
| | |||||
* | Fix previous commit to not remove everything | Pascal Terjan | 2009-11-29 | 1 | -2/+2 |
| | |||||
* | Don't create duplicate files in initrd, mine went from 18MB to 3MB with this ↵ | Pascal Terjan | 2009-11-27 | 1 | -0/+7 |
| | | | | patch | ||||
* | - hide more errors | Frederic Crozat | 2009-10-12 | 1 | -4/+4 |
| | |||||
* | - remove splashy leftover in initrd | Frederic Crozat | 2009-10-12 | 2 | -2/+2 |
| | | | | | - hide error message | ||||
* | - Release 3.3.1 | Frederic Crozat | 2009-10-12 | 1 | -1/+1 |
| | | | | | - do not update various symlinks for each initrd when switching theme | ||||
* | - put back old option, not needed | Frederic Crozat | 2009-10-07 | 1 | -0/+1 |
| | |||||
* | - Call bootload-config with the right options | Frederic Crozat | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | - Fix support for plymouth | Frederic Crozat | 2009-10-07 | 1 | -5/+6 |
| | |||||
* | - Re-add script directory | Frederic Crozat | 2009-10-07 | 1 | -0/+2 |
| | |||||
* | - Fix typo | Frederic Crozat | 2009-10-07 | 2 | -2/+2 |
| | |||||
* | - Port to plymouth | Frederic Crozat | 2009-10-07 | 5 | -133/+26 |
| | |||||
* | fix bad paths in Makefile | Christophe Fergeau | 2009-10-07 | 1 | -3/+3 |
| | |||||
* | remove obsolete scripts | Christophe Fergeau | 2009-10-07 | 3 | -444/+4 |
| | |||||
* | - Fix chvt deadlock in speedboot mode (Mdv bug #49946) | Frederic Crozat | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | fix display garbaged chinese font on startup (#35465) | Thierry Vignaud | 2009-04-17 | 1 | -0/+1 |
| | |||||
* | - Hide splashy startup message | Frederic Crozat | 2009-03-30 | 1 | -2/+2 |
| | |||||
* | - Ensure no error is displayed at shutdown when /proc is unmounted | Frederic Crozat | 2009-03-30 | 1 | -3/+3 |
| | |||||
* | - Release 3.2.23 : | Frederic Crozat | 2009-03-30 | 1 | -4/+4 |
| | | | | | | - Replace ping call for splashy with test instead of repaint - Redirect stderr for all splashy_update calls to /dev/null | ||||
* | - Release 3.2.22 : | Frederic Crozat | 2009-03-27 | 1 | -2/+2 |
| | | | | | - Redirect splashy_update repaint error message to null, since it is used to ping splashy | ||||
* | - Release 3.2.21 : | Frederic Crozat | 2009-03-25 | 1 | -4/+9 |
| | | | | | - ensure shutdown text is visible when using splashy | ||||
* | - Update font name / path | Frederic Crozat | 2009-03-24 | 1 | -11/+11 |
| | |||||
* | - Release 3.2.19 | Frederic Crozat | 2009-02-10 | 1 | -2/+2 |
| | | | | | - really fix changing splash theme | ||||
* | - Release 3.2.18 : | Frederic Crozat | 2009-02-06 | 1 | -3/+3 |
| | | | | | - fix location of splashy themes | ||||
* | fix clearing tty8 and switching to tty1 when splashy has been stopped | Olivier Blin | 2008-09-23 | 1 | -5/+3 |
| | |||||
* | set DURING_MAKE_BOOTSPLASH variable when calling splashy_config | Olivier Blin | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | do not warn about missing /proc/splash if in splashy mode (#42459) | Olivier Blin | 2008-08-05 | 1 | -1/+3 |
| | |||||
* | check harder if splash is disabled | Olivier Blin | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | add support for splashy themes inclusion in ext2 initrd (used by One build ↵ | Olivier Blin | 2008-07-25 | 1 | -1/+15 |
| | | | | process) | ||||
* | add splashy theme files if splashy is available | Olivier Blin | 2008-07-24 | 1 | -2/+6 |
| | |||||
* | set splashy theme when building bootsplash | Olivier Blin | 2008-07-24 | 1 | -0/+4 |
| | |||||
* | initial splashy support | Olivier Blin | 2008-07-23 | 1 | -1/+47 |
| | |||||
* | wrap with some bootsplash tests | Olivier Blin | 2008-07-23 | 1 | -6/+10 |
| | |||||
* | space fixes | Olivier Blin | 2008-07-23 | 1 | -8/+8 |
| | |||||
* | use splash_rc variable set by initsplash | Olivier Blin | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | remove useless check, /proc/splash is already tested long before | Olivier Blin | 2008-07-23 | 1 | -4/+2 |
| | |||||
* | add some wrappers around bootsplash-specific parts (to prepare splashy support) | Olivier Blin | 2008-07-23 | 1 | -10/+24 |
| | |||||
* | do not check that splash is on, initsplash from initscripts already does that | Olivier Blin | 2008-07-23 | 1 | -2/+0 |
| |