~brian-murray/ubuntu/oneiric/plymouth/bug-860371

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu-logo.patch

  • Committer: Colin Watson
  • Date: 2011-04-15 13:35:04 UTC
  • Revision ID: cjwatson@canonical.com-20110415133504-ttqfpznpczwibv21
Install slave alternative for plymouth-theme-ubuntu-logo, telling GRUB
to set an aubergine background (LP: #696915).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
===================================================================
28
28
--- /dev/null
29
29
+++ b/themes/ubuntu-logo/Makefile.am
30
 
@@ -0,0 +1,22 @@
 
30
@@ -0,0 +1,23 @@
31
31
+themedir = $(datadir)/plymouth/themes/ubuntu-logo
32
32
+nodist_theme_DATA = ubuntu-logo.plymouth
33
33
+dist_theme_DATA =   ubuntu-logo.script                                \
 
34
+                    ubuntu-logo.grub                                  \
34
35
+                    ubuntu_logo.png                                   \
35
36
+                    ubuntu_logo16.png                                 \
36
37
+                    password_field.png                                \
1126
1127
+}
1127
1128
+
1128
1129
+Plymouth.SetQuitFunction(quit_callback);
 
1130
Index: b/themes/ubuntu-logo/ubuntu-logo.grub
 
1131
===================================================================
 
1132
--- /dev/null
 
1133
+++ b/themes/ubuntu-logo/ubuntu-logo.grub
 
1134
@@ -0,0 +1,3 @@
 
1135
+if background_color 44,0,30; then
 
1136
+  clear
 
1137
+fi