Re: install.cfg (was RE: No Subject)

2005-04-08 Thread John Meing
Mike I also tried to use only following line in install.cfg (without
the rc.conf lines)

command=passwd root system

which should not has mismatching quote errors (and I tested with
/stand/sysinstalld and it worked) but it didn't work when i put it in
install.cfg :((

John Meing

On Apr 7, 2005 7:05 PM, wizlayer [EMAIL PROTECTED] wrote:
 On Thursday 07 April 2005 07:38 am, John Meing wrote:
  Dear Mike
 
  Here are few guides i used to create this install.cfg.
 
  http://mypage.bluewin.ch/dazdaz/freebsd_sysinstall.html
  http://www.freebsd.org/cgi/man.cgi?query=sysinstallapropos=0s
 ektion=0manpath=FreeBSD+4.11-RELEASEformat=html
 
  I also try command line version of sysinstall like
  # /stand/sysinstall command=passwd root system
 
  and it was works, but I don't know why it doesn't work with
  install.cfg
 
  John Meing
 
 Open mouth, insert foot...  There is a command!  :)
 
 Okay, but that still doesn't work for the syntax...  Going back to
 your original post:
 
  command=echo sendmail_enable=NONE  /etc/rc.conf system
 
 would at best cause mismatching quote errors (which is what I'm
 assuming you're getting?)
 
 Mike

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install.cfg (was RE: No Subject)

2005-04-08 Thread wizlayer
On Friday 08 April 2005 02:31 am, John Meing wrote:
 Mike I also tried to use only following line in install.cfg
 (without the rc.conf lines)

 command=passwd root system

 which should not has mismatching quote errors (and I tested
 with /stand/sysinstalld and it worked) but it didn't work when
 i put it in install.cfg :((

 John Meing

[snip]
  Okay, but that still doesn't work for the syntax...  Going
  back to
 
  your original post:
   command=echo sendmail_enable=NONE  /etc/rc.conf
   system
 
  would at best cause mismatching quote errors (which is what
  I'm assuming you're getting?)
 
  Mike

hmmm...  I googled this list and found the following link (which 
may wrap in email):

http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/031620.html

I'm thinking perhaps this function through sysinstall isn't 
completely implemented yet or  I've just noticed there's 
no mention of a shell (h)...

Maybe something like:

# /stand/sysinstall command=sh passwd root system 

Even though it doesn't seem to work from the command line, I 
wonder if the problem isn't something along these lines?  Perhaps 
putting these commands into a script and then having install.cfg 
run the script instead would clear it up.

(I'm shooting in the dark here, I know...  But now I'm curious...)

Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install.cfg (was RE: No Subject)

2005-04-08 Thread John Meing
Mike,

Thanks alot for your suggestion, I'll try to put these lines to a
shell script and try to make install.cfg run them. I'll post results
soon.

John Meing

On Apr 8, 2005 5:55 PM, wizlayer [EMAIL PROTECTED] wrote:
 On Friday 08 April 2005 02:31 am, John Meing wrote:
  Mike I also tried to use only following line in install.cfg
  (without the rc.conf lines)
 
  command=passwd root system
 
  which should not has mismatching quote errors (and I tested
  with /stand/sysinstalld and it worked) but it didn't work when
  i put it in install.cfg :((
 
  John Meing
 
 [snip]
   Okay, but that still doesn't work for the syntax...  Going
   back to
  
   your original post:
command=echo sendmail_enable=NONE  /etc/rc.conf
system
  
   would at best cause mismatching quote errors (which is what
   I'm assuming you're getting?)
  
   Mike
 
 hmmm...  I googled this list and found the following link (which
 may wrap in email):
 
 http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/031620.html
 
 I'm thinking perhaps this function through sysinstall isn't
 completely implemented yet or  I've just noticed there's
 no mention of a shell (h)...
 
 Maybe something like:
 
 # /stand/sysinstall command=sh passwd root system
 
 Even though it doesn't seem to work from the command line, I
 wonder if the problem isn't something along these lines?  Perhaps
 putting these commands into a script and then having install.cfg
 run the script instead would clear it up.
 
 (I'm shooting in the dark here, I know...  But now I'm curious...)
 
 Mike

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install.cfg (was RE: No Subject)

2005-04-07 Thread wizlayer
On Thursday 07 April 2005 07:38 am, John Meing wrote:
 Dear Mike

 Here are few guides i used to create this install.cfg.

 http://mypage.bluewin.ch/dazdaz/freebsd_sysinstall.html
 http://www.freebsd.org/cgi/man.cgi?query=sysinstallapropos=0s
ektion=0manpath=FreeBSD+4.11-RELEASEformat=html

 I also try command line version of sysinstall like
 # /stand/sysinstall command=passwd root system

 and it was works, but I don't know why it doesn't work with
 install.cfg

 John Meing

Open mouth, insert foot...  There is a command!  :)

Okay, but that still doesn't work for the syntax...  Going back to 
your original post:

 command=echo sendmail_enable=NONE  /etc/rc.conf system

would at best cause mismatching quote errors (which is what I'm 
assuming you're getting?)

Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: install.cfg (was RE: No Subject)

2005-04-07 Thread wizlayer
On Thursday 07 April 2005 08:05 am, wizlayer wrote:


 Okay, but that still doesn't work for the syntax...  Going back
 to

 your original post:
  command=echo sendmail_enable=NONE  /etc/rc.conf system

 would at best cause mismatching quote errors (which is what I'm
 assuming you're getting?)

 Mike

I meant to ps before I sent this...

Why not just create the rc.conf you want and introduce it after 
the install?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]