Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3.3.11HEADmaster | Olivier Blin | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | use drakx-update-background instead of broken perl one-liner (fails when ↵ | Olivier Blin | 2013-05-07 | 1 | -3/+1 |
| | | | | resolution is not set in Xorg.conf) | ||||
* | Bumb release | Colin Guthrie | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | Fix permissions on written initrd's | Colin Guthrie | 2013-01-27 | 2 | -0/+3 |
| | | | | | This fixes a potential leakage of sensitive information in the initrd to non-root local users. | ||||
* | Use generic auto-compress flag to tar | Colin Guthrie | 2012-04-16 | 1 | -1/+1 |
| | |||||
* | Bump version | Colin Guthrie | 2012-04-14 | 1 | -1/+1 |
| | |||||
* | There are no perl scripts anymore. Only bash. | Colin Guthrie | 2012-04-14 | 1 | -4/+2 |
| | |||||
* | Switch dist to xz | Colin Guthrie | 2012-04-14 | 1 | -3/+3 |
| | |||||
* | Tidy up tmp on normal exit (thanks Anssi) | Colin Guthrie | 2012-04-14 | 1 | -0/+2 |
| | |||||
* | Do not remove dracut hooks. | Colin Guthrie | 2012-04-14 | 1 | -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. | ||||
* | Do not pass theme in when calling make-boot-splash-raw. | Colin Guthrie | 2012-04-14 | 2 | -5/+4 |
| | | | | | | | | | | | | 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. | ||||
* | 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. | ||||
* | bootsplash 3.3.8 | Anssi Hannula | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | 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). | ||||
* | bootsplash 3.3.7 | Anssi Hannula | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | bootsplash 3.3.6 | Anssi Hannula | 2011-12-19 | 1 | -1/+1 |
| | |||||
* | 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 | 10 | -688/+8 |
| | | | | | | | | | | | | 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 | 2 | -2/+2 |
| | |||||
* | Compress hard, like we do in mkinitrd | Pascal Terjan | 2009-11-29 | 2 | -3/+3 |
| | |||||
* | Fix previous commit to not remove everything | Pascal Terjan | 2009-11-29 | 1 | -2/+2 |
| | |||||
* | 3.3.2 | Christophe Fergeau | 2009-11-27 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -2/+2 |
| | | | | | - 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 | 6 | -134/+27 |
| | |||||
* | these files are useless *for real* (this time :) | Christophe Fergeau | 2009-10-07 | 36 | -539/+0 |
| | |||||
* | fix bad paths in Makefile | Christophe Fergeau | 2009-10-07 | 1 | -3/+3 |
| | |||||
* | readd themes files since the .spec uses them | Christophe Fergeau | 2009-10-07 | 36 | -0/+539 |
| | |||||
* | remove obsolete scripts | Christophe Fergeau | 2009-10-07 | 3 | -444/+4 |
| | |||||
* | po files are unneeded now | Christophe Fergeau | 2009-10-07 | 84 | -3042/+1 |
| | |||||
* | get rid of obsolete code | Christophe Fergeau | 2009-10-07 | 69 | -8386/+1 |
| | |||||
* | get rid of .cvsignore files | Christophe Fergeau | 2009-10-07 | 5 | -8/+0 |
| | |||||
* | add make dist-git | Christophe Fergeau | 2009-10-07 | 1 | -0/+5 |
| | |||||
* | refactor svn make dist (in preparation for a git make dist) | Christophe Fergeau | 2009-10-07 | 1 | -3/+13 |
| | |||||
* | add dist makefile target (synonym with dis) | Christophe Fergeau | 2009-10-07 | 1 | -1/+2 |
| | |||||
* | Updated Norwegian Bokmål Translation. | Olav Dahlum | 2009-08-23 | 1 | -9/+11 |
| |