summaryrefslogtreecommitdiff
path: root/modules.d/50plymouth
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-03-18 17:19:26 +0100
committerHarald Hoyer <harald@redhat.com>2011-03-18 18:23:44 +0100
commit19f3a804e75cbce2de7cc0b01e8c3db1f37297b7 (patch)
tree02b165305df058c18b043b0852c4ec4df2743d04 /modules.d/50plymouth
parent519d339233fa5a99ec36e9cb6285b428eaeb0944 (diff)
downloaddracut-19f3a804e75cbce2de7cc0b01e8c3db1f37297b7.tar.gz
dracut-19f3a804e75cbce2de7cc0b01e8c3db1f37297b7.tar.bz2
dracut-19f3a804e75cbce2de7cc0b01e8c3db1f37297b7.zip
s#/dev/.run#/run#g
Move things where they really belong to.
Diffstat (limited to 'modules.d/50plymouth')
-rwxr-xr-xmodules.d/50plymouth/plymouth-pretrigger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh
index f7f7997f..eae0be23 100755
--- a/modules.d/50plymouth/plymouth-pretrigger.sh
+++ b/modules.d/50plymouth/plymouth-pretrigger.sh
@@ -18,7 +18,7 @@ if getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then
info "Starting plymouth daemon"
[ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session
- >/dev/.run/initramfs/plymouth
+ >/run/initramfs/plymouth
/lib/udev/console_init tty0
/bin/plymouth --show-splash 2>&1 | vinfo
fi