~ubuntu-branches/ubuntu/precise/plymouth/precise

« back to all changes in this revision

Viewing changes to debian/initramfs-tools/scripts/init-bottom/plymouth

  • Committer: Steve Langasek
  • Date: 2011-09-16 22:12:40 UTC
  • Revision ID: steve.langasek@canonical.com-20110916221240-r2a9ui6r62ob1rqh
debian/initramfs-tools/scripts/init-bottom/plymouth: /run doesn't get
moved to ${rootmnt}/run until *after* our script has run, so don't try
to check for it before calling plymouth update-root-fs - it's not like
we would ever want to not pivot root, anyway.  Fixes the fact that we
haven't been getting /var/log/boot.log for months now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        ;;
16
16
esac
17
17
 
18
 
if [ -f ${rootmnt}/run/initramfs/plymouth.pid ]
19
 
then
20
 
        /bin/plymouth update-root-fs --new-root-dir=${rootmnt}
21
 
fi
 
18
/bin/plymouth update-root-fs --new-root-dir=${rootmnt}