[SCM] Debian Live initramfs hook branch, master, updated. 1.157.2-1-20-ge18a2c7

Daniel Baumann daniel at debian.org
Wed Jul 1 13:34:15 UTC 2009


The following commit has been merged in the master branch:
commit e18a2c7683c04cf0dad7ed4a5521fc6e0a570b59
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 1 15:14:30 2009 +0200

    Copy live-installer-launcher desktop icon on users desktop.

diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser
index 9295070..81c08ee 100755
--- a/scripts/live-bottom/10adduser
+++ b/scripts/live-bottom/10adduser
@@ -117,4 +117,9 @@ then
 	mv /root/home/${USERNAME}/Examples /root/home/${USERNAME}/Desktop/
 fi
 
+if [ -e /root/usr/share/applications/live-installer-launcher.desktop ]
+then
+	chroot root install -D -o ${USERNAME} -g ${USERNAME} /usr/share/applications/live-installer-launcher.desktop /home/${USERNAME}/Desktop/live-installer-launcher.desktop
+fi
+
 log_end_msg

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list