[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How to transfer variable from one section to another
- From: Gabrie <thegabeman gmail com>
- To: "Discussion list about Kickstart" <kickstart-list redhat com>
- Subject: Re: How to transfer variable from one section to another
- Date: Thu, 26 Jul 2007 10:45:37 +0200
Thanks !!! Worked excellent.
Finally I finished my automatic scripting procedure :-)
On 7/25/07, Ed Brown <ebrown lanl gov> wrote:
> Gabrie wrote:
>
> > cat << EOF1 >> /call-script.sh
>
> > Is there a place I could put this script, so I can find it in the post
> > section? Or should I do this in an other way?
>
> One way to handle this is to use two %post sections, the first not
> chroot-ed, and copy the script to somewhere under /mnt/sysimage, which
> is the root of the chroot-ed environment (newly installed filesystem):
>
> %post --nochroot
> cp /call-script.sh /mnt/sysimage/call-script.sh
>
> %post
> ...
> </call-script.sh available here now>
>
>
> -Ed
>
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list redhat com
> https://www.redhat.com/mailman/listinfo/kickstart-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]