2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/yaboot/yaboot-skipmac.patch
jbjohnso 5ef6e417e4 -Refresh yaboot to address issues in recent SLES11 updates
Former-commit-id: 2fc472cfefa6d1611e757e5cc2922d55d5a11f14
2010-05-12 22:04:57 +00:00

19 lines
562 B
Diff

diff -urN yaboot-1.3.15-05122010/second/yaboot.c yaboot-1.3.15-05122010-skipmac/second/yaboot.c
--- yaboot-1.3.15-05122010/second/yaboot.c 2010-05-12 16:09:10.000000000 -0400
+++ yaboot-1.3.15-05122010-skipmac/second/yaboot.c 2010-05-12 17:47:55.000000000 -0400
@@ -481,12 +481,14 @@
if (!fspec.file)
goto out;
+ /*
sprintf(fspec.file, "%s%02x-", cfgpath, packet->htype);
strcat(fspec.file, prom_get_mac(packet));
rc = load_config_file(&fspec);
if (rc)
goto out;
+ */
/*
* Now try to match on IP.