|
|
@ -1095,10 +1095,11 @@ EOF |
|
|
|
fi |
|
|
|
elif [ $LIVE_TYPE = "ubuntu" ]; then |
|
|
|
(cd /linux-live/rootcopy-ubuntu && cp --parents -afr * /) |
|
|
|
rm /etc/alternatives/default.plymouth |
|
|
|
rm /etc/alternatives/text.plymouth |
|
|
|
ln -s /usr/share/plymouth/themes/minios-logo/minios-logo.plymouth /etc/alternatives/default.plymouth |
|
|
|
ln -s /usr/share/plymouth/themes/minios-logo/minios-text.plymouth /etc/alternatives/text.plymouth |
|
|
|
#rm /etc/alternatives/default.plymouth |
|
|
|
#rm /etc/alternatives/text.plymouth |
|
|
|
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/minios-logo/minios-logo.plymouth 100 |
|
|
|
#ln -s /usr/share/plymouth/themes/minios-logo/minios-logo.plymouth /etc/alternatives/default.plymouth |
|
|
|
#ln -s /usr/share/plymouth/themes/minios-logo/minios-text.plymouth /etc/alternatives/text.plymouth |
|
|
|
update-initramfs -u |
|
|
|
rm /usr/share/xfce4/backdrops/xubuntu-wallpaper.png |
|
|
|
ln -s /usr/share/backgrounds/MiniOS.png /usr/share/xfce4/backdrops/xubuntu-wallpaper.png |
|
|
|