Author: kevans Date: Mon Apr 8 18:36:47 2019 New Revision: 346041 URL: https://svnweb.freebsd.org/changeset/base/346041
Log: MFC r345680: NOTES: Use non-default value for BOOT_TAG Modified: stable/11/sys/conf/NOTES Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Modified: stable/12/sys/conf/NOTES Directory Properties: stable/12/ (props changed) Modified: stable/11/sys/conf/NOTES ============================================================================== --- stable/11/sys/conf/NOTES Mon Apr 8 18:34:43 2019 (r346040) +++ stable/11/sys/conf/NOTES Mon Apr 8 18:36:47 2019 (r346041) @@ -150,7 +150,7 @@ options BOOTHOWTO=RB_MULTIPLE # # Default boot tag; may use 'kern.boot_tag' loader tunable to override. The # current boot's tag is also exposed via the 'kern.boot_tag' sysctl. -options BOOT_TAG=\"\" +options BOOT_TAG=\"---<<BOOT>>---\" # Maximum boot tag size the kernel's static buffer should accomodate. Maximum # size for both BOOT_TAG and the assocated tunable. options BOOT_TAG_SZ=32 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
