<div>If I add nomount I cant see my scsi disk device. If I boot without nomount and choose skip I see the scsi device disk ( fdisk -l ). Any other option that asign a device to my disk booting with nomout?? And what about launching a command... %post doesnt seems to work.
</div>
<div> </div>
<div><br><br> </div>
<div><span class="gmail_quote">On 8/29/05, <b class="gmail_sendername">Tedman Eng</b> <<a href="mailto:teng@dataway.com">teng@dataway.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Add "nomount" to your kernel append line.<br><br>nomount         Don't automatically mount any installed Linux partitions
<br>               in rescue mode.<br><br><br>Found docs mirrored online here:<br><a href="http://docs.rage.net/system/anaconda-9.0/command-line.txt">http://docs.rage.net/system/anaconda-9.0/command-line.txt</a><br><br><br>
<br><br>> -----Original Message-----<br>> From: Alberto [mailto:<a href="mailto:xagonzalezm@gmail.com">xagonzalezm@gmail.com</a>]<br>> Sent: Sunday, August 28, 2005 10:42 AM<br>> To: <a href="mailto:kickstart-list@redhat.com">
kickstart-list@redhat.com</a><br>> Subject: Boot in rescue mode and launch a command??<br>><br>><br>> Hi,<br>><br>> I am trying to create a ks.cfg file to boot into rescue mode. I get<br>> everything ok until it ask me last question about if I want to look
<br>> for hd and mount it. I want to Skip it automatically and then go to<br>> shell prompt and launch a command. How can I add that to the ks.cfg<br>> file?? This is my ks file:<br>><br>><br>><br>> $ cat 
wbel4-rescue-ks.cfg<br>> # Kickstart configuration file RHEL/WBEL 4 Rescue Mode<br>> #<br>> #System  language<br>> #<br>> lang en_US.UTF-8<br>> #<br>> #Language modules to install<br>> #<br>> langsupport --default=en_GB.UTF-8 en_GB.UTF-8
<br>> #<br>> #System keyboard<br>> #<br>> keyboard uk<br>> #<br>> #System mouse<br>> #<br>> mouse none<br>> #<br>> #Retrieve rescue system from NFS<br>> #<br>> nfs --server=XX.XX.XX.XX --dir=/whitebox/4/en/os/i386
<br>> #<br>> #Network information<br>> #<br>> network --bootproto=dhcp<br>><br>><br>><br>> And /tftpboot/linux-install/pxelinux.cfg/default<br>><br>> label 3<br>>  kernel wbel4/vmlinuz<br>
>  append initrd=wbel4/initrd.img ramdisk_size=10000 text rescue<br>> ks=nfs:XX.XX.XX.XX:/kickstart/wbel4-rescue-ks.cfg<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>>
<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>