]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
populate-initrd: put plymouthd in /sbin not /bin
authorRay Strode <rstrode@redhat.com>
Tue, 17 Jul 2012 21:09:18 +0000 (17:09 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 17 Jul 2012 21:09:43 +0000 (17:09 -0400)
This matches what we do post-boot better

scripts/plymouth-populate-initrd.in

index f14dc62829cfffc647b838aaea9be269fd52efbc..fe0680cdb11a4cfa11b4dfebaaf2fe5e6881580b 100755 (executable)
@@ -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