Author: sbruno Date: Fri Apr 4 15:52:45 2014 New Revision: 264123 URL: http://svnweb.freebsd.org/changeset/base/264123
Log: Change kernel/rootfs hints to use search patterns instead of absolute locations. Modified: head/sys/mips/conf/WZR-300HP.hints Modified: head/sys/mips/conf/WZR-300HP.hints ============================================================================== --- head/sys/mips/conf/WZR-300HP.hints Fri Apr 4 15:49:37 2014 (r264122) +++ head/sys/mips/conf/WZR-300HP.hints Fri Apr 4 15:52:45 2014 (r264123) @@ -97,12 +97,12 @@ hint.map.2.readonly=1 hint.map.3.at="flash/spi0" hint.map.3.start=0x00060000 -hint.map.3.end= 0x00160000 +hint.map.3.end= "search:0x00100000:0x10000:.!/bin/sh" hint.map.3.name="kernel" hint.map.3.readonly=1 hint.map.4.at="flash/spi0" -hint.map.4.start=0x00160000 +hint.map.4.start="search:0x00100000:0x10000:.!/bin/sh" hint.map.4.end= 0x00FF0000 hint.map.4.name="rootfs" hint.map.4.readonly=1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
