greetings. Okay, this is going to be a bit of a long one but I would really be interested in suggestions to get around this problem. I'm wondering if there is a way of automating the second stage of the install where one picks the domain, sets up the network, etc. Basically, I would like to have that be part of the installation before reboot or have some method of using a configuration file to automate this process. A bit of explanation. I am totally blind so a monitor as an output mode is out. I do the first part of the installation using a serial console connected to a pc with terminal software by booting from the cd and passing accept console=ttyS0 to the boot kernel. this provides me with a serial console during the first part of the installation. However, after reboot, until the network is configured and I can use ssh from a pc to configure the machine, I have no method of setting up the network so he machine is accessible from the rest of the network. to this point, I have gotten by by memorizing the questions in order and typing on the server keyboard when I think the questions are there. however, this is pretty error prone, especially, if you want to configure a machine which already has values since you have keep choices. also, typing of one wrong character can make the machine totally unreachable I basically see a couple of ways around this. the easiest would be to have the installer modify /etc/securetty to allow a serial console on for example /dev/ttyS0 by default so I could use a serial console for the second stage of the configuration. another alternative is to modify the installer to read a configuration file which could pass all network parameters and domain information to the server. this is less attractive since one has to pick network drivers in advance and would not port well from one box to another with different hardware. this would also be of benifit to those installing a server where there is no monitor or potentially a keyboard attached to the machine which will be the server. if I am missing something really simple and there is a way around this that I haven't thought of, I would love to hear it thanks. brian