Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-18 Thread Antony Mawer
On 17/12/2005 4:22 AM, Josh Endries wrote: Does anyone know the correct way to add lines to rc.conf without sysinstall commenting them out and prepending "REMOVED" to them, during an automated install.cfg routine? Currently I have a pkg I made that adds stuff like ntp.conf and rc.conf, but all th

Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-17 Thread legalois
Josh Endries wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone know the correct way to add lines to rc.conf without sysinstall commenting them out and prepending "REMOVED" to them, during an automated install.cfg routine? Currently I have a pkg I made that adds stuff like ntp.conf

Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-16 Thread Erik Nørgaard
Josh Endries wrote: Here is my install.cfg: debug=YES #nonInteractive=YES #noWarn=YES disk=ad0 partition=all bootManager=standard diskPartitionEditor #diskPartitionWrite ad0s1-2=swap 4194304 none ad0s1-1=ufs 524288 / ad0s1-3=ufs 19531250 /home 1 ad0s1-4=ufs 2097152 /tmp 1 ad0s1-5=ufs 19531250

Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-16 Thread Josh Endries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Erik Nørgaard wrote: > Josh Endries wrote: > >> Does anyone know the correct way to add lines to rc.conf without >> sysinstall commenting them out and prepending "REMOVED" to them, >> during an automated install.cfg routine? Currently I have a pkg I >

Re: Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-16 Thread Erik Nørgaard
Josh Endries wrote: Does anyone know the correct way to add lines to rc.conf without sysinstall commenting them out and prepending "REMOVED" to them, during an automated install.cfg routine? Currently I have a pkg I made that adds stuff like ntp.conf and rc.conf, but all the lines in my custom r

Adding lines to /etc/rc.conf during sysinstall wihout being "REMOVED"

2005-12-16 Thread Josh Endries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone know the correct way to add lines to rc.conf without sysinstall commenting them out and prepending "REMOVED" to them, during an automated install.cfg routine? Currently I have a pkg I made that adds stuff like ntp.conf and rc.conf, but all