Re: Cannot %include in CentOS 5.5 kickstart

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



From: whitivery <co55-sy1t@xxxxxxxxxxxxxxx>

> I've previously used includes in CentOS 4.4 and they worked fine.
> But in  CentOS 5.5, trying to specify a driver disk via an include
> does not  work.

Dunno what is going on for you, but this works for me:
  ...
  %include /tmp/ks.net
  ...
  %pre --interpreter /usr/bin/bash
  ...
  chvt 3
  exec < /dev/tty3 > /dev/tty3
  /tmp/ks/ks_pre.sh | tee /tmp/ks_pre.log 2>&1
  chvt 1
  exec < /dev/tty1 > /dev/tty1

With the ks_pre.sh:
  ...
  cp -av xxx/ks.net /tmp/
  ...

JD


      
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux