diff options
| author | mdw <mdw@sdf.org> | 2025-09-20 10:23:07 +0300 |
|---|---|---|
| committer | mdw <mdw@sdf.org> | 2025-09-20 10:23:07 +0300 |
| commit | a977bc5a6c8d89b97cf326ae7ec694ab463083a4 (patch) | |
| tree | 5f77434772fb71734cd245401280a5258fa33fb1 /refind.sh | |
| parent | fa6f5e05eaf68a7364f6ffe34f8e16c8d47d26b3 (diff) | |
Remove refind.sh script, refind now lives in a seperate efi folder from obsd and is no longer overwritten with upgradesHEADmaster
Diffstat (limited to '')
| -rwxr-xr-x | refind.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/refind.sh b/refind.sh deleted file mode 100755 index b8331e6..0000000 --- a/refind.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -mkdir /tmp/efi -doas mount /dev/sd0i /tmp/efi/ -cd /tmp/efi/efi/boot/ -mv bootx64.efi obsd/ -mv bootia32.efi obsd/ -cp refind_x64_0.14.1.efi.bak bootx64.efi -cd /tmp/ -doas umount /tmp/efi |
