SCOEIT
Group: Members
Posts: 29
Joined: Dec. 2006 |
|
Posted: Dec. 28 2006,18:52 |
|
Meo and Roberts:
As indicated in my last post - it was a simple issue. Having spent the better part of 10 days fighting with this, I have a much better understanding of the operating system than I did. I'm still a rank rookie, but things are beginning to make more sense.
With that in mind I went back through the first post in this thread from MEO step-by-step, comparing what it says with what I did, and discovered where I went wrong.
it was this set of instructions:
Quote | $sudo su #mount /mnt/hda3 #cp -Rp /KNOPPIX /mnt/hda3 #mount --bind /dev /mnt/hda3/KNOPPIX/dev #chroot /mnt/hda3/KNOPPIX #mount -t proc /proc proc
|
Followed by the instruction to install any packages I wanted. In my case I have all my source files in /source, not KNOPPIX, and I was so new I did not understand that I needed to run the "dpkg-restore", "apt-get update" and "apt-get install cpio libxaw6"
Then remaster. When I reread it this morning it made sense and this remaster works fine without any kludgy shell scripts.
As for locking down the desktop, it occured to me if I go to .xtdesktop on the remaster and strip out all the icons on the remaster, then edit the rxvt.menu file in /ext/X11 so that it is empty, when the remaster starts the user won't be able to do anything except run the citrix ICA client - the only app on the desktop.
I'm testing that next.
Part of the problem of being new to an operating system is that you often don't even know how to ask the right questions.
Thanks for your help and unending patience with my inexperience.
|