Re: muLinux

From: Joshua Hudson (joshudson@hotmail.com)
Date: Thu Mar 07 2002 - 17:42:10 CET


>From: "Roger Wong" <wcwroger@hotmail.com>
Try creating /etc/rc.local and have that
file create all of your other config files.
Example:

#!/bin/ash
# my /etc/rc.local
# adds several users to /etc/passwd
cat >> /etc/passwd <<!END
gandalf::100:0:Me:/home/gandalf:/bin/sh
guest::101:0::/home/guest:/bin/sh
!END
mkdir /home/gandalf;chown gandalf /home/gandalf
mkdir /home/guest;chown guest /home/guest

Enjoy!

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


attached mail follows:



I faced difficulty backing up configuration in muLinux. Whenver I entered this command

setup -s <profile>

it will only backup some specific files such as network.conf, etc.conf and so on....

What if I want to create a dir .... or create a file .... how to backup those configuration??

Thanx in advance..!!!



Get your FREE download of MSN Explorer at http://explorer.msn.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk For additional commands, e-mail: mulinux-help@sunsite.dk

---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.dk
For additional commands, e-mail: mulinux-help@sunsite.dk



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:21 CET