From: Ray Strode Date: Tue, 17 Jul 2012 21:09:18 +0000 (-0400) Subject: populate-initrd: put plymouthd in /sbin not /bin X-Git-Tag: 0.8.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fac021e66c97c950a1ddeccf57c11d183187239;p=thirdparty%2Fplymouth.git populate-initrd: put plymouthd in /sbin not /bin This matches what we do post-boot better --- diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in index f14dc628..fe0680cd 100755 --- a/scripts/plymouth-populate-initrd.in +++ b/scripts/plymouth-populate-initrd.in @@ -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