美文网首页
install plymouth

install plymouth

作者: Joe_WQ | 来源:发表于2018-12-09 14:18 被阅读0次

date: 2017-4-9

  1. To make Plymouth work:
    1.1. Add "plymouth" to HOOKS after "base" and "udev" in /etc/mkinitcpio.conf
    1.2. Add 'quiet splash' to the grub command line in /etc/default/grub

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    then: sudo update-gruborsudo grub-mkconfig -o /boot/grub/grub.cfg

    1.3. Rebuild your initrd image (# mkinitcpio -p [kernel preset name]).

     E.g.: sudo mkinitcpio -p linux38
    
  1. To enable encryption, replace "encrypt" with "plymouth-encrypt" in
    mkinitcpio.conf and rebuild your initrd image.

  2. You will also need to rebuild your initrd image every time you change your theme
    the default is set as 'spinfinity', use plymouth-set-default-themeto show.

    To list all plymouth themes:
    plymouth-set-default-theme -l

    To change theme:
    # plymouth-set-default-theme <theme>

    To rebuild initrd image:
    # mkinitcpio -p <kernel present name>

  3. For Smooth Transition to Display Manager you have to:
    4.1. See the Wiki Page (link in 5) to prepare your Display Manager
    4.2. Disable your Display Manager Unit
    E.g. : systemctl disable kdm.service
    4.3. Enable the respective DM-plymouth Unit (GDM,KDM,Lightdm,LXDM units provided)
    E.g. : systemctl enable kdm-plymouth.service

  4. For more information please visit the Wiki page:
    https://wiki.archlinux.org/index.php/Plymouth

相关文章

  • install plymouth

    date: 2017-4-9 To make Plymouth work:1.1. Add "plymouth" ...

  • 初见PLYMOUTH

    这里 最让我难忘的 是热得不能再慢的锅 只有真正去了远方 找个下着雨的一天 夜晚的普利茅斯 我很安好,只是 有时候...

  • Plymouth修改开机动画

    参考网站:plymouth 介绍 启动分析 http://blog.csdn.net/qq_25773973/a...

  • Ubuntu16.10设置开机动画

    开机动画文件夹:Ubuntu16.10的开机动画在/usr/share/plymouth/themes文件夹 Ub...

  • 《速度与激情7》的小车车

    一、当肌肉遇上广告,面对面碰碰车 1.1970版 普利茅斯 走鹃 (Plymouth Road Runner )V...

  • 信仰自由

    五月花号清教徒的领袖布雷德福(William Bradford)写了一本《普利茅斯拓荒史》(Of Plymouth...

  • 一起领略普利茅斯大学的独特风采

    英国普利茅斯大学(Plymouth University)成立于1825年,是英国规模最大的一所知名百年公立大学。...

  • ubuntu 卸载 kde

    打开新立得软件包管理器,在组别中选择KDE 桌面环境,把其中所有的标记删除即可。 然后在搜索plymouth-th...

  • Of Plymouth Plantation 3(美国语文)

    今天雨水,天街小雨润如酥,草色遥看近却无。 今天这篇文可以完结了。 Treaty with the Indians...

  • Of Plymouth Plantation 2(美国语文)

    晚间停电了一小会,发现没有电没有网路是一件可怕的事。 看了点普利茅斯开拓史的相关材料,尤其是后续第二代五月花的行为...

网友评论

      本文标题:install plymouth

      本文链接:https://www.haomeiwen.com/subject/zwoefqtx.html