[Bug 479470] New: cobbler kssendmac and breed suse

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 9 21:26:07 UTC 2009


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 at redhat.com
        ReportedBy: quenzler at us.ibm.com
         QAContact: rlerch at redhat.com
                CC: fedora-docs-list at 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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-docs-list mailing list