1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112 | $ cat /var/lib/dpkg/info/plymouth.list
/.
/sbin
/sbin/plymouthd
/etc
/etc/init.d
/etc/init.d/plymouth-log
/etc/init.d/plymouth
/bin
/bin/plymouth
/lib
/lib/systemd
/lib/systemd/system
/lib/systemd/system/systemd-ask-password-plymouth.path
/lib/systemd/system/plymouth-quit-wait.service
/lib/systemd/system/plymouth-halt.service
/lib/systemd/system/systemd-ask-password-plymouth.service
/lib/systemd/system/plymouth-read-write.service
/lib/systemd/system/reboot.target.wants
/lib/systemd/system/plymouth-poweroff.service
/lib/systemd/system/kexec.target.wants
/lib/systemd/system/poweroff.target.wants
/lib/systemd/system/initrd-switch-root.target.wants
/lib/systemd/system/sysinit.target.wants
/lib/systemd/system/plymouth-reboot.service
/lib/systemd/system/plymouth-start.service
/lib/systemd/system/plymouth-quit.service
/lib/systemd/system/plymouth-kexec.service
/lib/systemd/system/plymouth-switch-root.service
/lib/systemd/system/multi-user.target.wants
/lib/systemd/system/halt.target.wants
/lib/lsb
/lib/lsb/init-functions.d
/lib/lsb/init-functions.d/99-plymouth
/var
/var/lib
/var/lib/plymouth
/usr
/usr/sbin
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/plymouth
/usr/lib/x86_64-linux-gnu/plymouth/plymouth-generate-initrd
/usr/lib/x86_64-linux-gnu/plymouth/text.so
/usr/lib/x86_64-linux-gnu/plymouth/renderers
/usr/lib/x86_64-linux-gnu/plymouth/renderers/drm.so
/usr/lib/x86_64-linux-gnu/plymouth/renderers/frame-buffer.so
/usr/lib/x86_64-linux-gnu/plymouth/details.so
/usr/lib/x86_64-linux-gnu/plymouth/script.so
/usr/lib/x86_64-linux-gnu/plymouth/tribar.so
/usr/lib/x86_64-linux-gnu/plymouth/plymouth-populate-initrd
/usr/lib/x86_64-linux-gnu/plymouth/plymouth-update-initrd
/usr/share
/usr/share/initramfs-tools
/usr/share/initramfs-tools/scripts
/usr/share/initramfs-tools/scripts/panic
/usr/share/initramfs-tools/scripts/panic/plymouth
/usr/share/initramfs-tools/scripts/init-bottom
/usr/share/initramfs-tools/scripts/init-bottom/plymouth
/usr/share/initramfs-tools/scripts/init-premount
/usr/share/initramfs-tools/scripts/init-premount/plymouth
/usr/share/initramfs-tools/hooks
/usr/share/initramfs-tools/hooks/plymouth
/usr/share/apport
/usr/share/apport/package-hooks
/usr/share/apport/package-hooks/source_plymouth.py
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/plymouth
/usr/share/doc
/usr/share/doc/plymouth
/usr/share/doc/plymouth/copyright
/usr/share/doc/plymouth/TODO
/usr/share/doc/plymouth/README.Debian
/usr/share/doc/plymouth/README
/usr/share/doc/plymouth/NEWS.Debian.gz
/usr/share/doc/plymouth/TODO.Debian
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/plymouthd.8.gz
/usr/share/man/man8/plymouth.8.gz
/usr/share/man/man1
/usr/share/man/man1/plymouth.1.gz
/usr/share/plymouth
/usr/share/plymouth/themes
/usr/share/plymouth/themes/text
/usr/share/plymouth/themes/text/text.plymouth
/usr/share/plymouth/themes/tribar
/usr/share/plymouth/themes/tribar/tribar.plymouth
/usr/share/plymouth/themes/details
/usr/share/plymouth/themes/details/details.plymouth
/usr/share/plymouth/ubuntu-logo.png
/lib/systemd/system/reboot.target.wants/plymouth-reboot.service
/lib/systemd/system/kexec.target.wants/plymouth-kexec.service
/lib/systemd/system/poweroff.target.wants/plymouth-poweroff.service
/lib/systemd/system/plymouth-log.service
/lib/systemd/system/initrd-switch-root.target.wants/plymouth-start.service
/lib/systemd/system/initrd-switch-root.target.wants/plymouth-switch-root.service
/lib/systemd/system/sysinit.target.wants/plymouth-read-write.service
/lib/systemd/system/sysinit.target.wants/plymouth-start.service
/lib/systemd/system/plymouth.service
/lib/systemd/system/multi-user.target.wants/plymouth-quit-wait.service
/lib/systemd/system/multi-user.target.wants/plymouth-quit.service
/lib/systemd/system/halt.target.wants/plymouth-halt.service
/usr/share/doc/plymouth/changelog.Debian.gz
/etc/init/plymouth-log.conf
/etc/init/plymouth-upstart-bridge.conf
/etc/init/plymouth-stop.conf
/etc/init/plymouth-splash.conf
/etc/init/plymouth.conf
/etc/init/plymouth-shutdown.conf
/etc/init/plymouth-ready.conf
|