You are not logged in.
Corenominal has managed to include the menu item to ubiquity in the live CD, but once the distro is installed it disappears from the menu.
The menu.xml in the /etc/skel doesn't include it, so I assume it has been added after
sudo remastersys dist cdfsThe only problem is, I can't figure out where it has been added! can anyone help?
Offline
The modifications for this were done within the casper package. See: /usr/share/initramfs-tools/scripts/casper-bottom/10adduser - lines 66 -71:
for file in /usr/share/CrunchBang/openbox/menu.xml; do
if [ -f "/root/$file" ]; then
chroot /root install -D -o $USERNAME -g $USERNAME $file /home/$USERNAME/.config/openbox/$(basename "$file")
break
fi
doneBasically, the LiveCD user uses a different menu.xml which is copied to the user's home directory during boot.
Hope this helps. 
Ex-developer of #! CrunchBang. Follow me on Twitter 
Offline
Ah, very clever! I will make sure you're referenced because I plan to copy this script almost exactly - hopefully you won't mind 
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.