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

Proposed by JC Hulce
Status: Merged
Approved by: JC Hulce
Approved revision: 185
Merged at revision: 185
Proposed branch: lp:~soaringsky/ugr-ebuild/current
Merge into: lp:ugr-ebuild
Diff against target: 51 lines (+8/-8)
2 files modified
build.sh (+6/-6)
conf.sh (+2/-2)
To merge this branch: bzr merge lp:~soaringsky/ugr-ebuild/current
Reviewer Review Type Date Requested Status
Team Pr0xy Tarmac Merge Bot Approve
JC Hulce (community) diffconfirm Approve
Review via email: mp+65284@code.launchpad.net

Commit message

Merge from upstream, fix fixes 797590

Description of the change

Merge with upstream, fixes #797590

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

Confirmed diff

review: Approve (diffconfirm)
Revision history for this message
Team Pr0xy Tarmac Merge Bot (pr0xybot) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'build.sh'
--- build.sh 2011-06-17 16:56:50 +0000
+++ build.sh 2011-06-21 01:18:29 +0000
@@ -19,7 +19,7 @@
19chmod +x conf.sh19chmod +x conf.sh
2020
21# Variables21# Variables
22VERSION="0.2"22VERSION="0.4"
23BASE_DISTRO="Ubuntu 11.04"23BASE_DISTRO="Ubuntu 11.04"
24IMAGE_NAME="UGR-dev"24IMAGE_NAME="UGR-dev"
2525
@@ -93,11 +93,11 @@
93 uck-remaster-chroot-rootfs "$REMASTER_DIR" /bin/bash;93 uck-remaster-chroot-rootfs "$REMASTER_DIR" /bin/bash;
94fi94fi
9595
96# Change casper.conf96# Change casper.conf - causes bug 797590
97sed -i 's/USERNAME="ubuntu"/USERNAME="me"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf97# sed -i 's/USERNAME="ubuntu"/USERNAME="me"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf
98sed -i 's/USERFULLNAME="Live session user"/USERFULLNAME="me"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf98# sed -i 's/USERFULLNAME="Live session user"/USERFULLNAME="me"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf
99sed -i 's/HOST="ubuntu"/HOST="ugr"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf99# sed -i 's/HOST="ubuntu"/HOST="elementary"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf
100sed -i 's/BUILD_SYSTEM="Ubuntu"/BUILD_SYSTEM="UGR"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf100# sed -i 's/BUILD_SYSTEM="Ubuntu"/BUILD_SYSTEM="elementary"/' "$REMASTER_DIR"/remaster-initrd/etc/casper.conf
101101
102# Rebranding ISO contents102# Rebranding ISO contents
103cp -t "$REMASTER_DIR"/remaster-iso/isolinux "$DATADIR"/resources/access.pcx "$DATADIR"/resources/blank.pcx "$DATADIR"/resources/splash.pcx "$DATADIR"/resources/gfxboot.cfg103cp -t "$REMASTER_DIR"/remaster-iso/isolinux "$DATADIR"/resources/access.pcx "$DATADIR"/resources/blank.pcx "$DATADIR"/resources/splash.pcx "$DATADIR"/resources/gfxboot.cfg
104104
=== modified file 'conf.sh'
--- conf.sh 2011-06-14 07:38:36 +0000
+++ conf.sh 2011-06-21 01:18:29 +0000
@@ -135,7 +135,7 @@
135pwd135pwd
136136
137# Remove Unity:137# Remove Unity:
138apt-get remove -f -y --purge unity* unity-2d*138apt-get remove -f -y --purge unity* unity-2d* libunity*
139139
140# Remove Branding stuff:140# Remove Branding stuff:
141apt-get remove -f -y --purge branding-ubuntu example-content plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text ubuntu-wallpapers ubiquity-slideshow-ubuntu #gnome-themes-ubuntu light-themes plymouth-label ubuntu-artwork ubuntu-mono ubuntu-sounds 141apt-get remove -f -y --purge branding-ubuntu example-content plymouth-theme-ubuntu-logo plymouth-theme-ubuntu-text ubuntu-wallpapers ubiquity-slideshow-ubuntu #gnome-themes-ubuntu light-themes plymouth-label ubuntu-artwork ubuntu-mono ubuntu-sounds
@@ -255,7 +255,7 @@
255$setconf bool /apps/nautilus/preferences/show_desktop FALSE255$setconf bool /apps/nautilus/preferences/show_desktop FALSE
256256
257# Fix userrights of "me"257# Fix userrights of "me"
258sed -i 's/"Ubuntu"/"UGR"/' /usr/share/initramfs-tools/scripts/casper-bottom/10adduser258sed -i 's/"Ubuntu"/"elementary"/' /usr/share/initramfs-tools/scripts/casper-bottom/10adduser
259259
260# Plymouth260# Plymouth
261echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash261echo FRAMEBUFFER=y >>/etc/initramfs-tools/conf.d/splash

Subscribers

People subscribed via source and target branches

to all changes: