Merge ~eeickmeyer/casper/+git/casper:master into casper:master

Proposed by Erich Eickmeyer
Status: Merged
Merged at revision: 9f628fe5ace2c00d8c417cff65f46d48c880bd94
Proposed branch: ~eeickmeyer/casper/+git/casper:master
Merge into: casper:master
Diff against target: 36 lines (+5/-2)
2 files modified
debian/changelog (+4/-1)
scripts/casper-bottom/25adduser (+1/-1)
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+384393@code.launchpad.net

Commit message

Add Ubuntu Studio Calamares installer to desktop

Description of the change

Ubuntu Studio is switching from Ubiquity to Calamares. This commit should add /usr/share/applications/ubuntustudio-calamares.desktop to the DVD image desktop.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 58247f8..224a4e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ casper (1.447) UNRELEASED; urgency=medium
6 [ Michael Hudson-Doyle ]6 [ Michael Hudson-Doyle ]
7 * Add interactive network configuration.7 * Add interactive network configuration.
88
9 [ Erich Eickmeyer ]
10 * Add Ubuntu Studio Clamares Installer as trusted executable
11
9 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 06 May 2020 19:51:18 +120012 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 06 May 2020 19:51:18 +1200
1013
11casper (1.446) groovy; urgency=medium14casper (1.446) groovy; urgency=medium
@@ -423,7 +426,7 @@ casper (1.400) disco; urgency=medium
423426
424 * Add hmcdrv support for s390x ISO booting.427 * Add hmcdrv support for s390x ISO booting.
425428
426 -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 19 Nov 2018 15:42:56 +0000429 -- Dimiubuntustudio-default-settings: package-contains-file-in-etc-skel etc/skel/.config/tri John Ledkov <xnox@ubuntu.com> Mon, 19 Nov 2018 15:42:56 +0000
427430
428casper (1.399) cosmic; urgency=medium431casper (1.399) cosmic; urgency=medium
429432
diff --git a/scripts/casper-bottom/25adduser b/scripts/casper-bottom/25adduser
index 3efb1a6..6dcef6a 100755
--- a/scripts/casper-bottom/25adduser
+++ b/scripts/casper-bottom/25adduser
@@ -81,7 +81,7 @@ RELEASE="$(cut -d' ' -f1-2 /root/cdrom/.disk/info 2>/dev/null | sed 's/-/ /')" |
81if [ "$LTS" = "LTS" ] && [ -n "$RELEASE" ]; then81if [ "$LTS" = "LTS" ] && [ -n "$RELEASE" ]; then
82 RELEASE="$RELEASE LTS"82 RELEASE="$RELEASE LTS"
83fi83fi
84for file in /usr/share/applications/ubiquity.desktop /usr/share/applications/kde4/ubiquity-kdeui.desktop /usr/share/applications/lubuntu-calamares.desktop; do84for file in /usr/share/applications/ubiquity.desktop /usr/share/applications/kde4/ubiquity-kdeui.desktop /usr/share/applications/lubuntu-calamares.desktop /usr/share/applications/ubuntustudio-calamares.desktop; do
85 if [ -f "/root/$file" ]; then85 if [ -f "/root/$file" ]; then
86 sed -i "s/RELEASE/$RELEASE/" "/root$file"86 sed -i "s/RELEASE/$RELEASE/" "/root$file"
87 chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop87 chroot /root install -d -o $USERNAME -g $USERNAME /home/$USERNAME/Desktop

Subscribers

People subscribed via source and target branches