[SCM] Debian Live initramfs hook branch, master, updated. 1.157.2-1-20-g8d4821f
Daniel Baumann
daniel at debian.org
Wed Jul 1 13:26:48 UTC 2009
The following commit has been merged in the master branch:
commit 8d4821f1c1a77d48bbdd869c8bdd5b291f78f32d
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..5b0891e 100755
--- a/scripts/live-bottom/10adduser
+++ b/scripts/live-bottom/10adduser
@@ -117,4 +117,10 @@ then
mv /root/home/${USERNAME}/Examples /root/home/${USERNAME}/Desktop/
fi
+if [ -e /root/usr/share/applications/live-installer-launcher.desktop ]
+then
+ mkdir -p /root/home/${USERNAME}/Desktop
+ cp /root/usr/share/applications/live-installer-launcher.desktop /root/home/${USERNAME}/Desktop
+fi
+
log_end_msg
--
Debian Live initramfs hook
More information about the debian-live-changes
mailing list