Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2005 07:17:26 -0400
From:      wizlayer <wizlayer@gmail.com>
To:        freebsd-questions@freebsd.org
Cc:        attackers@gmail.com
Subject:   Re:
Message-ID:  <200504070717.28044.wizlayer@gmail.com>
In-Reply-To: <4f34b68f0504070216130d89a8@mail.gmail.com>
References:  <4f34b68f0504070216130d89a8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 07 April 2005 05:16 am, John Meing wrote:
> Hi All,
>
> I'm trying to create customized freebsd 4.11 installation CD,
> it is almost done but I found some problem with customized
> install.cfg for sysinstall.
>
> Here is my install.cfg
>
[snip]
>
> command="echo rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
> >> /etc/rc.conf" system
> command="echo sshd_enable="YES" >> /etc/rc.conf" system
> command="echo sendmail_enable="NONE" >> /etc/rc.conf" system
> command="passwd root" system
> shutdown
>
> Most of processes for sysinstall works fine except process for
> the lines begin with "command" does not work, I don't know why,
> Could someone help me ?
>
>
> Best Regards,
> John Meing

I can imagine it would.  If there was a command= (could be, but 
I'm relatively new to doing the automated install stuff), it's 
not mentioned in the example install.cfgs I've seen.  Besides, 
even if it is an option, think about how it would carry out...  
it makes about as much sense as telling your shell to:

echo "hello="hola""

... syntax is kinda sucky.

HTH,

Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504070717.28044.wizlayer>