<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff size=2>Hi 
all</FONT></SPAN></DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff size=2>Still 
struggling with this...  Can I pass anaconda the NFS install path from 
PXELINUX instead of within the kickstart config file?  My target platforms 
are EL3 and EL4.</FONT></SPAN></DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff size=2>Also, 
I've been reading that anaconda can be updated by putting Python modules in 
./RHupdates/ directory.  Where do I find these Python 
modules?</FONT></SPAN></DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff 
size=2>Thanks</FONT></SPAN></DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=369403505-08062006><FONT face=Arial color=#0000ff 
size=2>CC</FONT></SPAN></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
  kickstart-list-bounces@redhat.com [mailto:kickstart-list-bounces@redhat.com] 
  <B>On Behalf Of </B>Frozen River<BR><B>Sent:</B> Tuesday, 6 June 2006 6:50 
  PM<BR><B>To:</B> Discussion list about Kickstart<BR><B>Subject:</B> Re: 
  Selecting NFS home via %pre section<BR><BR></FONT></DIV>
  <DIV>I think anaconda is not involved at the stage of selection install method 
  its done in the loader if I'm not totally wrong. The loader is actually 
  parsing the kickstart config file (that how I discovered that it doesn't stop 
  parsing when it hits "%installclass" as it should. Hence you can't do a pre 
  thingy to set install type.... since it needs to be present much earlier 
</DIV>
  <DIV> </DIV>
  <DIV>Cheers The Frozen one....</DIV>
  <DIV> </DIV>
  <DIV><BR><BR> </DIV>
  <DIV><SPAN class=gmail_quote>On 6/5/06, <B class=gmail_sendername>Coe, Colin 
  C.</B> <<A 
  href="mailto:Colin.Coe@woodside.com.au">Colin.Coe@woodside.com.au</A>> 
  wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><BR>Hi 
    all<BR><BR>I want to select a different NFS install path depending on 
    options<BR>passed through PXELINUX.  Something like: 
    <BR><BR>pxelinux.cfg<BR>------------<BR>label 
    el3_lws_safe<BR>       kernel 
    el3u5_x86_64/vmlinuz<BR>       append 
    ksdevice=eth0<BR>ks=nfs:a.b.c.d:/export/install/rhel_x86_64_testing.cfg 
    load_ramdisk=1<BR>initrd=el3u5_x86_64/initrd.img 
    <BR>       ipappend 
    1<BR><BR><BR>ks.cfg<BR>------<BR><BR>lang en_US<BR>langsupport 
    en_US<BR>keyboard us<BR>mouse genericwheelps/2<BR>timezone --utc 
    Australia/Perth<BR>rootpw --iscrypted 
    <snip><BR>reboot<BR>install<BR>%include /tmp/nfs.cfg<BR>bootloader 
    --location=mbr<BR><BR>%pre<BR><BR>#!/bin/sh -x<BR><BR>for I in `cat 
    /proc/cmdline`; do<BR>  echo $I | grep -q initrd && 
    P=`dirname \`echo $I | cut -d= -f2\``<BR>Done<BR><BR>echo "nfs --server= 
    a.b.c.d --dir=/export/install/${P}" > 
    /tmp/nfs.cfg<BR><BR>---<BR><BR>However, when I do this, anaconda asks for 
    the install type (CDROM,<BR>harddisk, ftp, nfs, etc) and refuses to use 
    NFS.<BR><BR>Is this possible?  Is anyone else doing anything 
    similar? 
    <BR><BR>Thanks<BR><BR>CC<BR><BR>_______________________________________________<BR>Kickstart-list 
    mailing list<BR><A 
    href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</A><BR><A 
    href="https://www.redhat.com/mailman/listinfo/kickstart-list">https://www.redhat.com/mailman/listinfo/kickstart-list</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>