<br><br><div class="gmail_quote">On Fri, Apr 17, 2009 at 9:38 AM, Richard Bronosky <span dir="ltr">&lt;<a href="mailto:Richard@bronosky.com">Richard@bronosky.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Okay, I&#39;m pretty impressed with the level of expertise I&#39;ve seen. I<br>
figure I might as well try this pipe dream out on y&#39;all.<br>
<br>
I have a bunch of servers hosted with Peer1 &quot;Managed*&quot; Hosting. They<br>
do not give console access, so installing my own OS, setting up LVM,<br>
etc. requires that I pay them to do it for me. Once I have them<br>
install said OS, I have full control over it, but only via SSH - no<br>
console. It sounds to me like, as I add servers I ought to be able to<br>
take their bulky default LAMP stack they give for free. Drop a few<br>
things in carefully chosen places. Reboot. Ideally, I&#39;d like the<br>
install process to start sshd very early so that I can handle<br>
exceptions or install interactively. I [loosely] understand the<br>
kickstart concept, but since this is a server that I have no physical<br>
access to, I&#39;d like SSH access early.<br>
<br>
Is this doable?<br>
<br>
* Managed = They try to reboot my server whenever they don&#39;t<br>
understand what I&#39;m doing (Xen) with it.<br>
<br>
.!# RichardBronosky #!.</blockquote><div><br></div><div>Not using the RH, CentOS, or Fedora installers unless you decide to rewrite them.  What you could do is kick off the installer with the VNC server option.  If there is another machine that can contact your target, you could vncviewer -via user@othermachine installingmachine:1; that would tunnel you to the already installed machine, then use it to make a vnc connection to the machine you want to install.  You&#39;d still have to have a way of getting the installer going, since the vnc server isn&#39;t started until stage2 of the install, but you could do that by passing additional arguments on the installer kernel commandline.</div>
<div><br></div><div>Getting a better handle on kickstart is probably your fastest/best route, interactive installs are overrated.</div><div><br></div><div>-Scott </div></div>