clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Oct. 04 2005,12:50 |
|
casio, I don't think it's anything you did. I've run into things similar to this as well. When you downloaded uucp from apt-get, it created the directory in RAM so things worked. Then when you remastered the directory became a symbolic link to the CD to save space.
There is a script that is run to make the system writeable called /etc/init.d/mkwriteable that you can modify to add directories and files you want in RAM. Check and see if the /etc/uucp directory in your remaster is a symbolic link (does it show up in light blue when you run ls /etc/uucp or with an "l" at the start of its line when you run ls -l /etc/uucp).
If it is a link, what I've done is to remove the link and copy the directory from /KNOPPIX. If that works then you can modify your remaster's mkwriteable script to include those commands.
|