mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 03:08:13 +02:00
populate-initrd: put plymouthd in /sbin not /bin
This matches what we do post-boot better
This commit is contained in:
parent
570f722106
commit
6fac021e66
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ done
|
|||
[ -z "$INITRDDIR" ] && usage error
|
||||
|
||||
mkdir -p ${INITRDDIR}${PLYMOUTH_DATADIR}/plymouth/themes
|
||||
inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR /bin/plymouthd
|
||||
inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR /sbin/plymouthd
|
||||
inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR /bin/plymouth
|
||||
inst ${PLYMOUTH_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
|
||||
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue