Link to home
Start Free TrialLog in
Avatar of farzanj
farzanjFlag for Canada

asked on

Kickstart RPM platform issue

I used Kickstart for servers having x86_64 architecture.  But it installs even i386 RPMs.  I just want it to install only x86_64.  What should I do.  Just in case you want to look, here is my kickstart.

Note: If I remove comment from my first line, ksvalidator objects

Unknown command: platform=x86,

I tried platform=AMD64 but it doesn't work either.

This brings the following questions to my mind:
1.  Is the 'plateform' keyword working at all in kickstart?
2.  Are x86_64 RPMs independent of i386 RPMs?  I do not recall ever seeing x86_64 RPMs installed totally without i386--I am not saying this is the way it is supposed to be.  But can x86_64 RPMs be installed without i386?  If so, how.

My Kickstart file is attached





ks.txt
ASKER CERTIFIED SOLUTION
Avatar of larsrohr
larsrohr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj

ASKER

I wanted to eliminate any extra stuff -- making it clean and system.  Yes, I wanted to save space as much as I could.  By bandwidth do you mean saving it during the install?  After the install, I don't see how it is saved.  

Yes, the i386 are picked and there doesn't appear to be a way to get rid of them.

I am nervous about erasing i386 RPMs later as it may break something.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj

ASKER

Disappointing to learn about more deficiencies of Kickstart/ RPM problems.