Re: non-interactive usage

2001-08-30 Thread Narayan Desai
OK. To get into painful detail, we have a daemon that watches serial console logfiles and triggers scripts based on text strings it sees on the console of particular machines. So it is pretty straight-forward to make this daemon run a grub module to generate the proper boot commands to setup the

non-interactive usage

2001-08-29 Thread Narayan Desai
Is there some way to run multiple commands in the same line in the interpreter? (ie cmd1;cmd2) We are trying to script node booting in a cluster, and the boot commands can't be static; also the program keeping track of this stuff doesn't really have any conception of state. (we could prefer not to