Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: cobbler kssendmac and breed suse
https://bugzilla.redhat.com/show_bug.cgi?id=479470
Summary: cobbler kssendmac and breed suse Product: Fedora Hosted Projects Version: unspecified Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: Deployment_Guide AssignedTo: mhideo@redhat.com ReportedBy: quenzler@us.ibm.com QAContact: rlerch@redhat.com CC: fedora-docs-list@redhat.com Classification: Fedora Target Release: ---
Description of problem: breed = suse /boot/grub/menu.lst contains kssendmac
Version-Release number of selected component (if applicable): cobbler-1.2.9-1.fc9.noarch
How reproducible: Install a SuSE client
Actual results: kssendmac exists as a boot parameter on a SuSE client
Expected results: No kssendmac boot parameter
Additional info: Find a way to avoid adding kssendmac to the kernel_options string if it's not applicable to the breed.
Hack (since I'm only installing SuSE clients): # diff utils.py utils.py.ori 478,479c478,479 < # if len(kernel_txt) < 244: < # results["kernel_options"]["kssendmac"] = None ---
if len(kernel_txt) < 244: results["kernel_options"]["kssendmac"] = None