| netguru1959  
 
 
 
 
 Group: Members
 Posts: 1
 Joined: Jan. 2006
 | 
|  | Posted: Jan. 05 2006,22:57 |  |  When I completed the instructions, I discovered that copying in the emelFM window using the copy button caused the source files to inherit root:root ownership.  The correct procedure is to use cp -Rp <source> <destination> in the command line box at the bottom of the emelFM GUI interface.
 
 Second item:  Once I completed the CD, I discovered that fluxbox came up fine when logging in as dsl but root only got command line.
 I solved this by editing the linuxrc file (from the mounted minirt24) creating /root on the ramdrive and linking it. There is an existing line that does this with 2 other directories: search for ramdrive.  In the "Copying directories" section, I then copied root's files from /KNOPPIX/root to  /ramdrive/root
 Copying hidden files was a problem when using <path>/.* so I solved it with multiple cp lines <path>/.b* and so on.  I could probably have used a regular expression for dot+<any alphanumeric>*
 
 I also did not get installed apps in my fluxbox menu.  Entries can be added in the user's <user_dir>/.fluxbox/menu file.
 
 Final note, I needed reboot to complete without user intervention.  The reboot script is /etc/init.d/knoppix-reboot and uses 2 variables $NOPROMPT and $NOEJECT both of which I set to "yes"
 
 Any comments would be great.  Maybe I made some mistake when following the instructions above, and feedback may help someone else.
 
 BTW, I remastered DSL 2.0
 
 Best regards,
 
 NetGuru
 (but sadly not yet a Linux Guru).
 |