|
Lines 15-28
use/plymouth:
Link Here
|
| 15 |
# while leaving the very basic text bootloader screen |
15 |
# while leaving the very basic text bootloader screen |
| 16 |
use/plymouth/stage2: use/plymouth use/branding \ |
16 |
use/plymouth/stage2: use/plymouth use/branding \ |
| 17 |
use/syslinux/ui/gfxboot use/stage2/kms |
17 |
use/syslinux/ui/gfxboot use/stage2/kms |
| 18 |
@$(call add,STAGE1_PACKAGES_REGEXP,make-initrd-plymouth) |
18 |
@$(call add,STAGE1_PACKAGES_REGEXP,make-initrd2-plymouth) |
| 19 |
@$(call add,STAGE1_BRANDING,bootsplash) |
19 |
@$(call add,STAGE1_BRANDING,bootsplash) |
| 20 |
@$(call add,STAGE2_BRANDING,bootsplash) |
20 |
@$(call add,STAGE2_BRANDING,bootsplash) |
| 21 |
@$(call add,STAGE2_BOOTARGS,quiet splash) |
21 |
@$(call add,STAGE2_BOOTARGS,quiet splash) |
| 22 |
|
22 |
|
| 23 |
use/plymouth/base: use/plymouth/stage2 |
23 |
use/plymouth/base: use/plymouth/stage2 |
| 24 |
@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth) |
24 |
@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth) |
| 25 |
@$(call add,BASE_PACKAGES_REGEXP,make-initrd-plymouth cpio) |
25 |
@$(call add,BASE_PACKAGES_REGEXP,make-initrd2-plymouth cpio) |
| 26 |
@$(call add,BASE_KMODULES_REGEXP,drm.*) |
26 |
@$(call add,BASE_KMODULES_REGEXP,drm.*) |
| 27 |
@$(call add,THE_BRANDING,bootsplash) |
27 |
@$(call add,THE_BRANDING,bootsplash) |
| 28 |
|
28 |
|