<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=242160307-08102004><FONT face=Arial 
color=#0000ff size=2>Delete the line "interactive"...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=242160307-08102004><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=242160307-08102004><FONT face=Arial 
color=#0000ff size=2>Ajay</FONT></SPAN></DIV><BR>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> kickstart-list-bounces@redhat.com 
  [mailto:kickstart-list-bounces@redhat.com] <B>On Behalf Of </B>Chan Hang 
  Lam<BR><B>Sent:</B> Friday, October 08, 2004 6:52 AM<BR><B>To:</B> Discussion 
  list about Kickstart<BR><B>Subject:</B> Re: Replace of Last Screen in running 
  installation program ofanaconda (RedHat 9)<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV>Dear Ajay,</DIV>
  <DIV> </DIV>
  <DIV>Here is my cfg file</DIV>
  <DIV> </DIV>
  <DIV># Kickstart file automatically generated by anaconda.</DIV>
  <DIV>install<BR>lang en_US.UTF-8<BR>langsupport --default en_US.UTF-8 
  en_US.UTF-8<BR>keyboard us<BR>interactive<BR>text<BR>cdrom<BR>mouse 
  genericwheelps/2 --device psaux<BR>rrootpw --iscrypted 
  XbQCx2BG2WxZE<BR>reboot<BR>firewall --disabled<BR>network --device eth0 
  --bootproto static --ip 192.168.0.4 --netmask 255.255.255.0 --gateway 
  192.168.0.1 --nameserver 192.168.0.2--hostname TestDrive<BR>authconfig 
  --enableshadow --enablemd5 --enableldap --enableldapauth --ldapserver 
  127.0.0.1 --ldapbasedn dc=testcreative,dc=com<BR>timezone --utc 
  Asia/Hong_Kong<BR>bootloader --location=mbr --useLilo<BR>clearpart --all 
  <BR>part /boot --fstype ext3 --size=512<BR>part /var --fstype ext3 
  --size=3072<BR>part / --fstype ext3 --size=3072<BR>part /cache --fstype ext3 
  --size=1024<BR>part /myoffice --fstype ext3 --size=1024<BR>part swap 
  --size=1024<BR>part /share --fstype ext3 --size=100 --grow --asprimary</DIV>
  <DIV>%packages<BR>@ TestDrive<BR>@ Legacy Software Development</DIV>
  <DIV>%post<BR>/usr/sbin/updfstab<BR>mount /dev/cdrom 
  /mnt/cdrom<BR>/mnt/cdrom/Test/Packages/install <BR>umount 
  /dev/cdrom<BR>eject</DIV>
  <DIV><BR><BR><B><I>Ajay Mulwani <amul64@yahoo.com></I></B> wrote:</DIV>
  <BLOCKQUOTE class=replbq 
  style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
    <DIV>post your ks.cfg please.</DIV>
    <DIV> </DIV>
    <DIV>Thanks,</DIV>
    <DIV>Ajay</DIV>
    <DIV> </DIV>
    <DIV><BR><BR><B><I>Chan Hang Lam <einschan@yahoo.com.hk></I></B> 
    wrote:</DIV>
    <BLOCKQUOTE class=replbq 
    style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
      <DIV>Hi Ajay,</DIV>
      <DIV> </DIV>
      <DIV>I did moved the reboot under the line rootpw.</DIV>
      <DIV>But it doesn't work.</DIV>
      <DIV> </DIV>
      <DIV>Any suggestion ?<BR><BR><B><I>Ajay Mulwani 
      <amul64@yahoo.com></I></B> wrote:</DIV>
      <BLOCKQUOTE class=replbq 
      style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
        <DIV><BR>"reboot" should be in the main section of ks.cfg and not in 
        %post. <BR></DIV>
        <DIV>******<BR>mouse generic3ps/2 <BR>timezone PST8PDT <BR>rootpw 
        encryptedpass <BR><FONT color=#ff4040><STRONG>reboot</STRONG> 
        <BR></FONT>bootloader --location=mbr <BR>install <BR>nfs --server abc 
        --dir /kickstart/..... </DIV>
        <DIV>******</DIV>
        <DIV> </DIV>
        <DIV>Ajay</DIV>
        <DIV> </DIV>
        <DIV><BR><BR><BR>--- Chan Hang Lam <einschan@yahoo.com.hk> wrote: 
        <BR><BR>> Dear Philip, <BR>> <BR>> I did include the "Reboot" 
        in my ks.cfg. <BR>> But the RedHat still display their own "Complete" 
        <BR>> screen before reboot. <BR>> <BR>> Any suggestion ? 
        <BR>> my ks.cfg is like this <BR>> <BR>> %post <BR>> mount 
        /dev/cdrom /mnt/cdrom <BR>> /mnt/cdrom/myinstall <BR>> cd /root 
        <BR>> umount /dev/cdom <BR>> eject <BR>> reboot <BR>> 
        <BR>> Philip Rowlands <phr@doc.ic.ac.uk> wrote: <BR>> On 
        Mon, 27 Sep 2004, Chan Hang Lam wrote: <BR>> <BR>> >However, 
        after display my display my own message, <BR>> Red Hat display it's 
        <BR>> >own "Complete" screen. <BR>> <BR>> Try the "reboot" 
        command in the kickstart file: <BR>> <BR>> reboot (optional) 
        <BR>> <BR>> Reboot after the installation is complete (no <BR>> 
        arguments). <BR>> Normally, kickstart displays a message and waits 
        for <BR>&! amp;! amp;! amp;! gt; the user to <BR>> press a key 
        before rebooting. <BR>> <BR>> <BR>> Cheers, <BR>> Phil 
        <BR>> <BR>> <BR>> 
        _______________________________________________ <BR>> Kickstart-list 
        mailing list <BR>> Kickstart-list@redhat.com <BR>> 
        https://www.redhat.com/mailman/listinfo/kickstart-list <BR>> <BR>> 
        ­伄L、一拍兩散、奇洛李維斯回信... <BR>> 全港最大手機下載中心 <BR>> 
        http://mobile.yahoo.com.hk/ <BR>> > 
        _______________________________________________ <BR>> Kickstart-list 
        mailing list <BR>> Kickstart-list@redhat.com <BR>> 
        https://www.redhat.com/mailman/listinfo/kickstart-list <BR></DIV>
        <P>__________________________________________________<BR>Do You 
        Yahoo!?<BR>Tired of spam? Yahoo! Mail has the best spam protection 
        around <BR>http://mail.yahoo.com 
        _______________________________________________<BR>Kickstart-list 
        mailing 
        list<BR>Kickstart-list@redhat.com<BR>https://www.redhat.com/mailman/listinfo/kickstart-list</P></BLOCKQUOTE>
      <P>­伄L、一拍兩散、奇洛李維斯回信...<BR><B>全港最大手機下載中心</B><BR><A 
      href="http://us.rd.yahoo.com/evt=22281/*http://hk.yahoo.com/mail_tagline/?http://mobile.yahoo.com.hk/">http://mobile.yahoo.com.hk/</A><BR>_______________________________________________<BR>Kickstart-list 
      mailing 
      list<BR>Kickstart-list@redhat.com<BR>https://www.redhat.com/mailman/listinfo/kickstart-list</P></BLOCKQUOTE>
    <P>__________________________________________________<BR>Do You 
    Yahoo!?<BR>Tired of spam? Yahoo! Mail has the best spam protection around 
    <BR>http://mail.yahoo.com 
    _______________________________________________<BR>Kickstart-list mailing 
    list<BR>Kickstart-list@redhat.com<BR>https://www.redhat.com/mailman/listinfo/kickstart-list</P></BLOCKQUOTE>
  <P>借過、一拍兩散、奇洛李維斯回信...<BR><B>全港最大手機下載中心</B><BR><A 
  href="http://us.rd.yahoo.com/evt=22281/*http://hk.yahoo.com/mail_tagline/?http://mobile.yahoo.com.hk/">http://mobile.yahoo.com.hk/</A><BR></P></BLOCKQUOTE></BODY></HTML>