PDA

View Full Version : Root versus user with klik



lilsirecho
01-21-2005, 12:29 AM
User format is provided for klik.cmg. Root attempts to run .cmg may not be possible except if fstab is modified to permit root as user.

MrGreen
01-22-2005, 03:56 PM
I can run .cmg files under Arch ...

using this method


sudo mount -t cramfs -o loop ~/path_to_.cmg_file /<mount point in my home dir>

then from within that dir I just do ./wrapper :wink:

I have a feeling that some klik apps may not work but there is harm in trying them out

HTH