]> code.delx.au - refind/blobdiff - mkrlconf
Added note about Mac "retina" display problems to todo.html file.
[refind] / mkrlconf
index 9855dec3c48a9d300f6188d57a29bdaeb78761dc..bbc40374aaa3a9dc0bce361226c0ce90c9363dac 100755 (executable)
--- a/mkrlconf
+++ b/mkrlconf
@@ -6,7 +6,9 @@
 # copyright (c) 2012-2015 by Roderick W. Smith
 #
 # This program is licensed under the terms of the GNU GPL, version 3,
-# a copy of which should be distributed with this program.
+# or (at your option) any later version.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 # Usage:
 #
 
 # Revision history:
 #
-#  0.10.0 -- Renamed from mkrlconf.sh to mkrlconf; changed to get $DefaultOptions
+# 0.10.1  -- Improve extraction of kernel options from /proc/cmdline
+# 0.10.0  -- Renamed from mkrlconf.sh to mkrlconf; changed to get $DefaultOptions
 #            from /proc/cmdline rather than from GRUB
-#  0.9.0  -- Added check for OS type, to keep from running pointlessly on OS X
-#  0.7.7  -- Fixed bug that caused stray PARTUUID= and line breaks in generated file
-#  0.5.1  -- Initial release
+# 0.9.0   -- Added check for OS type, to keep from running pointlessly on OS X
+# 0.7.7   -- Fixed bug that caused stray PARTUUID= and line breaks in generated file
+# 0.5.1   -- Initial release
 #
 # Note: mkrlconf version numbers match those of the rEFInd package
 # with which they first appeared.