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
=== modified file 'conf.sh'
--- conf.sh 2011-06-22 18:51:28 +0000
+++ conf.sh 2011-06-23 00:55:59 +0000
@@ -172,7 +172,7 @@
172apt-get autoremove -f -y172apt-get autoremove -f -y
173173
174# Install apps for UGR deskop 174# Install apps for UGR deskop
175apt-get install -f -y --allow-unauthenticated ugr-desktop-g3 ugr-wallpapers cantarell-fonts gnome-shell ubiquity ubiquity-frontend-gtk175apt-get install -f -y --allow-unauthenticated ugr-desktop ugr-wallpapers cantarell-fonts gnome-shell ubiquity ubiquity-frontend-gtk
176176
177# Install deborphan - we'll need it later for cleanup177# Install deborphan - we'll need it later for cleanup
178apt-get install -f -y --no-install-recommends --allow-unauthenticated deborphan178apt-get install -f -y --no-install-recommends --allow-unauthenticated deborphan
@@ -239,6 +239,10 @@
239# Bye-bye unity, don't come back239# Bye-bye unity, don't come back
240apt-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-logo240apt-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
241241
242update-initramfs
243update-grub2
244update-grub
245
242# Everything below here is from elementary, and may or may not be needed for us. 246# Everything below here is from elementary, and may or may not be needed for us.
243# Please try and find out what it does and if it is needed. 247# Please try and find out what it does and if it is needed.
244248
@@ -258,10 +262,10 @@
258$setconf bool /apps/nautilus/preferences/show_desktop FALSE262$setconf bool /apps/nautilus/preferences/show_desktop FALSE
259263
260# Fix userrights of "me"264# Fix userrights of "me"
261sed -i 's/"Ubuntu"/"elementary"/' /usr/share/initramfs-tools/scripts/casper-bottom/10adduser265# sed -i 's/"Ubuntu"/"elementary"/' /usr/share/initramfs-tools/scripts/casper-bottom/10adduser
262266
263# Plymouth267# Plymouth
264echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash268# echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash
265269
266# Ubuntu Software-Center270# Ubuntu Software-Center
267# Do we need this? Things should be fine the way they are, and this is elementary specific271# Do we need this? Things should be fine the way they are, and this is elementary specific
@@ -271,7 +275,7 @@
271# Ubiquity275# Ubiquity
272cp -t /usr/share/ubiquity/ /tmp/ubuntu_installed.png /tmp/cd_in_tray.png276cp -t /usr/share/ubiquity/ /tmp/ubuntu_installed.png /tmp/cd_in_tray.png
273cp -t /usr/share/ubiquity/pixmaps /tmp/ubuntu_installed.png /tmp/cd_in_tray.png277cp -t /usr/share/ubiquity/pixmaps /tmp/ubuntu_installed.png /tmp/cd_in_tray.png
274cp -f /tmp/ubi-language.py /usr/lib/ubiquity/plugins/278# cp -f /tmp/ubi-language.py /usr/lib/ubiquity/plugins/
275279
276# Change gdm settings to elementary style280# Change gdm settings to elementary style
277# sed -i 's/Ubuntu /elementary /' /usr/share/xsessions/gnome.desktop /usr/share/xsessions/gnome-failsafe.desktop /etc/gdm/failsafeXinit281# sed -i 's/Ubuntu /elementary /' /usr/share/xsessions/gnome.desktop /usr/share/xsessions/gnome-failsafe.desktop /etc/gdm/failsafeXinit
@@ -308,7 +312,7 @@
308# $setconf string /desktop/gnome/interface/toolbar_style icons312# $setconf string /desktop/gnome/interface/toolbar_style icons
309313
310# Metacity314# Metacity
311$setconf int /apps/metacity/general/num_workspaces 2315# $setconf int /apps/metacity/general/num_workspaces 2
312# $setconf bool /apps/metacity/general/compositing_manager TRUE316# $setconf bool /apps/metacity/general/compositing_manager TRUE
313# $setconf string /apps/metacity/general/button_layout close,minimize,maximize:317# $setconf string /apps/metacity/general/button_layout close,minimize,maximize:
314318
@@ -333,12 +337,12 @@
333cp -f /tmp/10-help-text /etc/update-motd.d/10-help-text337cp -f /tmp/10-help-text /etc/update-motd.d/10-help-text
334338
335# GRUB2 awesomeness339# GRUB2 awesomeness
336patch -f -c </tmp/10_linux.patch340# patch -f -c </tmp/10_linux.patch
337if [ "$?" != 0 ]; then341# if [ "$?" != 0 ]; then
338 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/stderr342# 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
339 mv -f --no-target-directory 10_linux.orig /etc/grub.d/10_linux343# mv -f --no-target-directory 10_linux.orig /etc/grub.d/10_linux
340 rm -f 10_linux.rej344# rm -f 10_linux.rej
341fi345# fi
342346
343# Remove orphaned packages347# Remove orphaned packages
344while [ -n "$(deborphan)" ]; do348while [ -n "$(deborphan)" ]; do

Subscribers

People subscribed via source and target branches

to all changes: