Frank Paulick wrote: % Hi, % % i use Spacewalk to kickstart Systems with rhel 5.10. % in the partition part i have the following entries: % % part swap --fstype=swap --asprimary --size=8192 % part / --fstype=ext3 --asprimary --size=1 --grow ... % nevertheless, the system is installed with / on sda1 and swap on sda2 % on the installed system in anaconda-ks.cfg is see the following entries: ... % Why are the configured partitions changed ?
Hi Frank, kickstart / anaconda reorders partitions as it needs. If you really need to keep specific order you can manually partition your disk in %pre script and then use --onpart. Regards, -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
