X-Git-Url: https://code.delx.au/refind/blobdiff_plain/a7380794d3e5d2b6b1768d7b0671e89d64a44349..346735a39ca8b64c8278ba342a633b5acce0159b:/refind.conf-sample diff --git a/refind.conf-sample b/refind.conf-sample index b4ee9e6..32ccc59 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -134,6 +134,7 @@ timeout 20 # Default is "0 0" (use the system default resolution, usually 800x600). # #resolution 1024 768 +#resolution 1440 900 #resolution 3 # Launch specified OSes in graphics mode. By default, rEFInd switches @@ -309,6 +310,15 @@ timeout 20 # #scan_all_linux_kernels false +# Combine all Linux kernels in a given directory into a single entry. +# When so set, the kernel with the most recent time stamp will be launched +# by default, and its filename will appear in the entry's description. +# To launch other kernels, the user must press F2 or Insert; alternate +# kernels then appear as options on the sub-menu. +# Default is "true" -- kernels are "folded" into a single menu entry. +# +#fold_linux_kernels false + # Set the maximum number of tags that can be displayed on the screen at # any time. If more loaders are discovered than this value, rEFInd shows # a subset in a scrolling list. If this value is set too high for the @@ -326,7 +336,8 @@ timeout 20 # - A "+" symbol at the start of the string, which refers to the most # recently booted loader. # - Any substring that corresponds to a portion of the loader's title -# (usually the OS's name or boot loader's path). +# (usually the OS's name, boot loader's path, or a volume or +# filesystem title). # You may also specify multiple selectors by separating them with commas # and enclosing the list in quotes. (The "+" option is only meaningful in # this context.)