mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-03-10 09:37:10 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
2d307e8e6b
commit
1e2693337e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/mikrotik_patch.yml
vendored
3
.github/workflows/mikrotik_patch.yml
vendored
|
|
@ -176,8 +176,7 @@ jobs:
|
|||
-e 's/20436F707972696768742028432920313939342D3230313520482E20506574657220416E76696E20657420616C0D0A/00436F707972696768742028432920313939342D3230313520482E20506574657220416E76696E20657420616C0D0A/g' \
|
||||
-e 's/203230323130383131/003230323130383131/g' \
|
||||
-e 's/43485300454444/00485300004444/g' | xxd -p -r >extlinux
|
||||
sudo cp extlinux /usr/bin/extlinux
|
||||
sudo extlinux --install -H 64 -S 32 ./img/efi/boot/
|
||||
sudo ./extlinux --install -H 64 -S 32 ./img/efi/boot/
|
||||
echo -e "default system\nlabel system\n\tkernel /EFI/BOOT/BOOTX64.EFI\n\tappend load_ramdisk=1 root=/dev/ram0 quiet" > syslinux.cfg
|
||||
sudo cp syslinux.cfg ./img/efi/boot/
|
||||
sudo rm -f syslinux.cfg
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue