Re: copy: question

2006-07-10 Thread Mark Burgess
Jason Martin wrote: > On Mon, Jul 10, 2006 at 12:38:25PM -0700, Brian C. Hill wrote: >> /jumpstart/bootstrap/etc/ssh/sshd_config >> /jumpstart/bootstrap/etc/init.d/sshd >> /jumpstart/bootstrap/usr/openssh >> /jumpstart/bootstrap/var/empty >> >> With rsync, rdist, etc..: >>

Re: copy: question

2006-07-10 Thread Jason Martin
On Mon, Jul 10, 2006 at 12:38:25PM -0700, Brian C. Hill wrote: > /jumpstart/bootstrap/etc/ssh/sshd_config > /jumpstart/bootstrap/etc/init.d/sshd > /jumpstart/bootstrap/usr/openssh > /jumpstart/bootstrap/var/empty > > With rsync, rdist, etc..: > > $(file) -> /ju

copy: question

2006-07-10 Thread Brian C. Hill
Hello, I want to copy some specific files to a jumpstart root. Since cfengine will only do file->file dir->dir, this does not seem possible to do with cfengine in one short statement as it is with rsync, rdist, find/cpio, tar, etc.. Here is a short example: source

Re: Execresult in kickstart

2006-07-10 Thread Mark Burgess
Lionel Ostric wrote: >> The debug output is a little confusing (wrong) but this seems >> to be working okay underneath. Your call >> /tmp/mnt/misc/platform does not seem to return anything >> however. Try with abother command like "/bin/echo the long >> LAW of the ARM" or "/bin/uname" >> >> M >

RE: Execresult in kickstart

2006-07-10 Thread Lionel Ostric
> > The debug output is a little confusing (wrong) but this seems > to be working okay underneath. Your call > /tmp/mnt/misc/platform does not seem to return anything > however. Try with abother command like "/bin/echo the long > LAW of the ARM" or "/bin/uname" > > M Ok I'll try that ... (I'

Re: Execresult in kickstart

2006-07-10 Thread Mark Burgess
Lionel Ostric wrote: > All, > > Running cfagent 2.1.20 in the post section of kickstart, I have > a problem with the following line : > > host_arch = ( ExecResult("/tmp/mnt/misc/platform") ) > > which leaves the host_arch variable empty (I tried it also > without the double qu