X-Git-Url: https://code.delx.au/refind/blobdiff_plain/01b59ad2deb5c1bc4db42c064b7e50b4ba86fc38..8b9e6b44d9e996a65cc4b81a71e8e6fdc054ea27:/refind.conf-sample diff --git a/refind.conf-sample b/refind.conf-sample index 882e437..2c04c63 100644 --- a/refind.conf-sample +++ b/refind.conf-sample @@ -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" +}