Make this your %post:
%post --no-chroot
sleep 9999999
Then when the kickstart gets to the %post, it will just sit
there. Open a terminal (alt-f2) and you’ll see where both the cd and
filesystem is mounted. You should then manually do your steps to make sure
they work, and if so, put them in your kickstart.
From:
kickstart-list-bounces redhat com [mailto:kickstart-list-bounces redhat com] On
Behalf Of Pablo Bernasconi
Sent: Friday, May 29, 2009 3:22 PM
To: kickstart-list redhat com
Subject: Re: THE WAY to copy files from the DVD to the computer???
But how do I copy the files to
the computer???
cp <form where???> /usr/src/ ????
where is the cd-rom mounted??
Thank you very much!!
- From: "Shabazian, Chip"
<chip shabazian bankofamerica com>
- To: Discussion list about Kickstart
<kickstart-list redhat com>
- Subject: RE: THE WAY to copy files from
the DVD to the computer???
- Date: Fri, 29 May 2009 13:53:23 -0700
If
you are installing from CD, it’s already mounted. Just do your
stuff in the post using --no-chroot
From:
kickstart-list-bounces redhat com [mailto:kickstart-list-bounces redhat com] On
Behalf Of Pablo Bernasconi
Sent: Friday, May 29, 2009 1:26 PM
To: kickstart-list redhat com
Subject: THE WAY to copy files from the DVD to the computer???
Hi,
I´m doing a Fedora 10 distro, and in the %post section I need to
copy some files (tar.gz, .conf, .php, etc) to the disk, so then I can make
stuff with it...
Which is THE WAY to mount the Cd-ROM and then copy some files??????
Thank you very much!!!