Skip to content
Extraits de code Groupes Projets

ARISE plymouth theme

Installation instructions

  • Un-tar the archive or git clone the repository
    tar xvf arise-theme.tar
    # Or, alternatively
    git clone https://git.iiens.net/arise/arise-plymouth-theme
  • Copy the content of the folder into plymouth's data folder as root:
    chmod +x install.sh
    sudo ./install.sh
  • Update the alternatives, when prompted select the arise-theme option:
    sudo update-alternatives --config default.plymouth
    # Here select the arise-theme plymouth theme
  • Then update the initramfs
    sudo update-initramfs -u

Update instructions

Just untar the new arise-theme.tar or pull from the repo then re-run the install.sh script.