Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
b4674cd5
Commit
b4674cd5
authored
Feb 20, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plymouth: initial support rootfs
parent
ffc0b9a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
config.mk
features.in/plymouth/config.mk
+12
-1
10-plymouth
features.in/plymouth/rootfs/image-scripts.d/10-plymouth
+10
-0
No files found.
features.in/plymouth/config.mk
View file @
b4674cd5
...
...
@@ -24,7 +24,18 @@ else
use/plymouth/stage2: use/plymouth use/branding; @:
endif
use/plymouth/base: use/plymouth/stage2
ifeq (vm,$(IMAGE_CLASS))
use/plymouth/vm: use/plymouth use/branding use/kernel/initrd-setup
@$(call add,VM_INITRDFEATURES,plymouth)
@$(call add,THE_BRANDING,bootsplash)
@$(call add,THE_PACKAGES_REGEXP,make-initrd-plymouth)
@$(call add,BASE_BOOTARGS,quiet splash)
@$(call add,THE_KMODULES,drm)
else
use/plymouth/vm: use/plymouth; @:
endif
use/plymouth/base: use/plymouth/stage2 use/plymouth/vm
ifeq (distro,$(IMAGE_CLASS))
@$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth)
endif
...
...
features.in/plymouth/rootfs/image-scripts.d/10-plymouth
0 → 100755
View file @
b4674cd5
#!/bin/sh
CONFIG
=
/etc/plymouth/plymouthd.conf
if
[
-f
"
$CONFIG
"
]
;
then
grep
-q
'^Theme='
"
$CONFIG
"
||
sed
-i
's/#\([T\[]\)/\1/'
"
$CONFIG
"
fi
cp
-a
/usr/share/plymouth/default-install-duration
\
/var/lib/plymouth/boot-duration
||
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment