5 # Install Plymouth (in lb 2.x, the "standard" packages list pulls
6 # console-common in, which plymouth conflicts with, so we have to deal
7 # with that at this stage.)
9 echo "Installing and configuring Plymouth"
11 apt-get
--yes purge console-common
12 apt-get
--yes install plymouth plymouth-label plymouth-themes
14 patch -p1 < /usr
/share
/tails
/build
/plymouth-theme.
diff
16 # Install the plymouth initramfs script to the init-top stage
17 install -m 755 /usr
/share
/initramfs-tools
/scripts
/init-premount
/plymouth \
18 /usr
/share
/initramfs-tools
/scripts
/init-top
/plymouth