也许您应该将启动屏幕更改为您真正想要的东西!由于Linux具有高度可定制性,因此您只需执行几条说明就可以做到。这些说明几乎适用于任何图形化Linux发行版,因为它们大多数都将Plymouth用于引导屏幕。
什么是Plymouth?
Plymouth是当前选择的引导屏幕大多数Linux发行版。自2008年以来,它已在Fedora中使用,而Ubuntu在2010年切换到Plymouth。
查找主题并安装
设置它
Assuming the installation went well, you now have the theme installed, but not enabled. This can be easily done by running a few commands. To see what themes you have available to you, run sudo plymouth-set-default-theme --list
. You now get a list of different themes to choose from, and once you see the name of the theme you’d like, run sudo plymouth-set-default theme <name> --rebuild-initrd
. So for this example, if the theme’s name is “hot-dog”, the command would be sudo plymouth-set-default-theme hot-dog --rebuild-initrd
. The last tag, --rebuild-initrd
, is necessary because it reconfigures the boot process to include the new theme, rather than just changing a configuration file. In other words, it finalizes the process.
标签: