Hi all,
I am currently using anaconda 11.2.0.63,
And I've built a custom distro.
Now, all works great except for one thing.
The target system is a i586 system with no CDROM drive (no hookup possible),
and the building system (workstation) is an i686.
My distro has both i586/686/x86_64 RPMs, in case I want to install it on
686/64b systems.
I use the following code in my kickstart:
-kernel.i686
-kernel.x86_64
This way, the i586 kernel DOES get installed, the other 2 will not be.
I tried this once with something else, and it worked.
Why does it not work now, has anything changed?
Thanks.