summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/plymouth_config.py
AgeCommit message (Collapse)AuthorFilesLines
2016-12-20LinHES-config: plymouth_config.py: make sure v86d is before plymouth in ↵Britney Fransen1-6/+7
mkinitcpio.conf
2015-01-16LinHES-config: plymouth_config.py: add --mkinitcpio flag to rebuild imageBritney Fransen1-2/+2
2012-12-12LinHES-config: add plymouth_config.py to the packageJames Meyer1-0/+191
This program is called by xconfig.sh to determine which video driver to include in the initrd for KMS to work. For this version if X uses an intel driver then i915 is included in the initrd, any things else defaults to vesa. if plymouth_config detects that no changes are needed, it will quit without running mkinitcpio. refs #832