diff options
author | Ray Strode <rstrode@redhat.com> | 2008-06-11 16:14:35 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2008-06-11 17:19:55 -0400 |
commit | 5123832d46e301408fdf25c10e3e042ca7f1b0e3 (patch) | |
tree | d269cb1113ed1961a2b7afff74570450c7d88ab8 | |
parent | 7826d560be7f9703bd743aadb9676f7576092685 (diff) |
add symlink to default plugin in initrd
-rwxr-xr-x | scripts/plymouth-populate-initrd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/plymouth-populate-initrd b/scripts/plymouth-populate-initrd index 2b64b3da..f77063de 100755 --- a/scripts/plymouth-populate-initrd +++ b/scripts/plymouth-populate-initrd @@ -115,6 +115,7 @@ if [ ! -f ${LIBDIR}/plymouth/${PLUGIN_NAME}.so ]; then fi install -m755 ${LIBDIR}/plymouth/${PLUGIN_NAME}.so ${INITRDDIR}${LIBDIR}/plymouth +(cd ${INITRDDIR}${LIBDIR}/plymouth; ln -sf ${PLUGIN_NAME}.so graphical.so) mkdir -p ${INITRDDIR}${DATADIR}/plymouth/${PLUGIN_NAME} install -m644 ${DATADIR}/plymouth/${PLUGIN_NAME}/* ${INITRDDIR}${DATADIR}/plymouth/${PLUGIN_NAME} install -D -m644 ${DATADIR}/plymouth/${PLUGIN_NAME}/* ${INITRDDIR}${DATADIR}/plymouth/${PLUGIN_NAME} |