Upgrade Tor Browser to 14.0a6 (refs: tails#20448)
[tails.git] / config / chroot_local-hooks / 22-plymouth
blobdc6e8801f753c25743c10003581cbb10ab9ff38a
1 #!/bin/sh
3 set -e
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