[SCM] Debian Live initramfs hook branch, master, updated. 1.157.2-1-20-gbf7b184
Daniel Baumann
daniel at debian.org
Wed Jul 1 13:34:42 UTC 2009
The following commit has been merged in the master branch:
commit bf7b184cb69acc1b862e60433a975139fad5bafd
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..bdb972c 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