Skip to content

Commit

Permalink
Merge pull request #3 from WHO53/droidian
Browse files Browse the repository at this point in the history
plymouth: add --ignore-serial-consoles to plymouthd cmd parameter
  • Loading branch information
g7 authored Jan 1, 2025
2 parents 2b46a55 + 85f2b55 commit 377da53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/local/plymouth.init-premount
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ if [ "${SPLASH}" = "true" ]
then
export PLYMOUTH_FORCE_SCALE
mkdir -m 0755 /run/plymouth
/usr/sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/plymouth/pid --kernel-command-line "splash plymouth.ignore-udev"
/usr/sbin/plymouthd --mode=boot --attach-to-session --pid-file=/run/plymouth/pid --kernel-command-line "splash plymouth.ignore-udev" --ignore-serial-consoles
/usr/bin/plymouth --show-splash
fi
2 changes: 1 addition & 1 deletion systemd-units/plymouth-start.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ConditionVirtualization=!container
IgnoreOnIsolate=true

[Service]
ExecStart=/usr/local/sbin/plymouthd --mode=boot --pid-file=${prefix}/var/run/plymouth/pid --attach-to-session
ExecStart=/usr/local/sbin/plymouthd --mode=boot --pid-file=${prefix}/var/run/plymouth/pid --attach-to-session --ignore-serial-consoles
ExecStartPost=-/usr/local/bin/plymouth show-splash
Type=forking
RemainAfterExit=yes
Expand Down

0 comments on commit 377da53

Please sign in to comment.