]> code.delx.au - refind/blobdiff - refind.conf-sample
Version 0.3.2 release
[refind] / refind.conf-sample
index 882e437ab5fb2da70bdca23c1f0821cae94f931c..2c04c6387b1da8d8669f9493ead3f4f18570bd98 100644 (file)
@@ -219,3 +219,13 @@ menuentry "Windows 7" {
        disabled
 }
 
+# EFI shells are programs just like boot loaders, and can be
+# launched in the same way. You can pass a shell the name of a
+# script that it's to run on the "options" line. The script
+# could initialize hardware and then launch an OS, or it could
+# do something entirely different.
+menuentry "Windows via shell script" {
+       icon \EFI\refind\icons\os_win.icns
+       loader \EFI\tools\shell.efi
+       options "fs0:\EFI\tools\launch_windows.nsh"
+}