added source for windows-boot script

This commit is contained in:
2026-01-26 16:38:29 -06:00
parent 3659922494
commit 05d51dd5fa

View File

@@ -3,7 +3,7 @@ In a dual boot setup where the default boot is Linux, you may want to be able to
## From Linux
1. `efibootmgr` will be required, so install that from your distro's package manager.
2. Create the file `/usr/local/bin/boot-windows` and put the following script into it:
2. Create the file `/usr/local/bin/boot-windows` and put the following script into it: (source: Bazzite windows-boot script)
```sh
#!/bin/bash