packstack offline install
Hi, I am trying to do an offline install of packstack (through a DVD instead). I install all rpms required by packstack from the DVD during operating system installation and then when the system boots I run "packstack --allinone".
But packstack still tries to run "yum install *" and fails although I the rpms it tries to fetch are already installed.
I would be great if someone can suggest how I can tell packstack/yum that these packages are already installed.
PS: I tried running yum update first (with internet connectivity) and then I run packstack (no internet) but it still does the same.