如何在 ubuntu 13.10 中更改 plymouth

如何在 ubuntu 13.10 中更改 plymouth

我安装了 ubuntu 13.10 并且想要更改 plymouth。

我尝试使用这些命令,但没有效果

sudo add-apt-repository ppa:mefrio-g/plymouthmanager
sudo apt-get update
sudo apt-get install plymouth-manager

请帮我解决这个问题,我想添加我自己的自定义启动屏幕。

答案1

您使用的 PPA 已过时。如果您想使用这个过时的 Oneiric 版本,请使用

sudo sed -i s/saucy/oneiric/ /etc/apt/sources.list.d/mefrio-g-plymouthmanager-saucy.list 
sudo rename s/saucy/oneiric/ /etc/apt/sources.list.d/mefrio-g-plymouthmanager-saucy.list 
sudo apt-get update
sudo apt-get install plymouth-manager

请注意,它在 Saucy 上可能不稳定。

相关内容