Merge lp:~soaringsky/ugr-ebuild/current into lp:ugr-ebuild

Proposed by JC Hulce
Status: Merged
Approved by: JC Hulce
Approved revision: 187
Merged at revision: 187
Proposed branch: lp:~soaringsky/ugr-ebuild/current
Merge into: lp:ugr-ebuild
Diff against target: 73 lines (+15/-11)
1 file modified
conf.sh (+15/-11)
To merge this branch: bzr merge lp:~soaringsky/ugr-ebuild/current
Reviewer Review Type Date Requested Status
JC Hulce (community) diffconfirm Approve
Review via email: mp+65603@code.launchpad.net

Commit message

Cleanup of extra unneeded mods that might be causing boot issues

Description of the change

Cleanup of extra unneeded mods that might be causing boot issues

To post a comment you must log in.
Revision history for this message
JC Hulce (soaringsky) :
review: Approve (diffconfirm)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'conf.sh'
2--- conf.sh 2011-06-22 18:51:28 +0000
3+++ conf.sh 2011-06-23 00:55:59 +0000
4@@ -172,7 +172,7 @@
5 apt-get autoremove -f -y
6
7 # Install apps for UGR deskop
8-apt-get install -f -y --allow-unauthenticated ugr-desktop-g3 ugr-wallpapers cantarell-fonts gnome-shell ubiquity ubiquity-frontend-gtk
9+apt-get install -f -y --allow-unauthenticated ugr-desktop ugr-wallpapers cantarell-fonts gnome-shell ubiquity ubiquity-frontend-gtk
10
11 # Install deborphan - we'll need it later for cleanup
12 apt-get install -f -y --no-install-recommends --allow-unauthenticated deborphan
13@@ -239,6 +239,10 @@
14 # Bye-bye unity, don't come back
15 apt-get remove -f -y --purge gnome-accessibility-themes unity unity-common unity-2d unity-asset-pool unity-place-applications unity-place-files plymouth-theme-ubuntu-logo
16
17+update-initramfs
18+update-grub2
19+update-grub
20+
21 # Everything below here is from elementary, and may or may not be needed for us.
22 # Please try and find out what it does and if it is needed.
23
24@@ -258,10 +262,10 @@
25 $setconf bool /apps/nautilus/preferences/show_desktop FALSE
26
27 # Fix userrights of "me"
28-sed -i 's/"Ubuntu"/"elementary"/' /usr/share/initramfs-tools/scripts/casper-bottom/10adduser
29+# sed -i 's/"Ubuntu"/"elementary"/' /usr/share/initramfs-tools/scripts/casper-bottom/10adduser
30
31 # Plymouth
32-echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
33+# echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
34
35 # Ubuntu Software-Center
36 # Do we need this? Things should be fine the way they are, and this is elementary specific
37@@ -271,7 +275,7 @@
38 # Ubiquity
39 cp -t /usr/share/ubiquity/ /tmp/ubuntu_installed.png /tmp/cd_in_tray.png
40 cp -t /usr/share/ubiquity/pixmaps /tmp/ubuntu_installed.png /tmp/cd_in_tray.png
41-cp -f /tmp/ubi-language.py /usr/lib/ubiquity/plugins/
42+# cp -f /tmp/ubi-language.py /usr/lib/ubiquity/plugins/
43
44 # Change gdm settings to elementary style
45 # sed -i 's/Ubuntu /elementary /' /usr/share/xsessions/gnome.desktop /usr/share/xsessions/gnome-failsafe.desktop /etc/gdm/failsafeXinit
46@@ -308,7 +312,7 @@
47 # $setconf string /desktop/gnome/interface/toolbar_style icons
48
49 # Metacity
50-$setconf int /apps/metacity/general/num_workspaces 2
51+# $setconf int /apps/metacity/general/num_workspaces 2
52 # $setconf bool /apps/metacity/general/compositing_manager TRUE
53 # $setconf string /apps/metacity/general/button_layout close,minimize,maximize:
54
55@@ -333,12 +337,12 @@
56 cp -f /tmp/10-help-text /etc/update-motd.d/10-help-text
57
58 # GRUB2 awesomeness
59-patch -f -c </tmp/10_linux.patch
60-if [ "$?" != 0 ]; then
61- echo -e "\nWARNING:\nFailed to patch the GRUB entry, it must have been changed by upstream.\nPlease report a bug at https://bugs.launchpad.net/ugr-ebuild/+filebug\nAttempting to continue anyway." > /dev/stderr
62- mv -f --no-target-directory 10_linux.orig /etc/grub.d/10_linux
63- rm -f 10_linux.rej
64-fi
65+# patch -f -c </tmp/10_linux.patch
66+# if [ "$?" != 0 ]; then
67+# echo -e "\nWARNING:\nFailed to patch the GRUB entry, it must have been changed by upstream.\nPlease report a bug at https://bugs.launchpad.net/ugr-ebuild/+filebug\nAttempting to continue anyway." > /dev/stderr
68+# mv -f --no-target-directory 10_linux.orig /etc/grub.d/10_linux
69+# rm -f 10_linux.rej
70+# fi
71
72 # Remove orphaned packages
73 while [ -n "$(deborphan)" ]; do

Subscribers

People subscribed via source and target branches

to all changes: