mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-18 02:59:38 +00:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
1e2693337e
commit
37a77de88a
2
.github/workflows/mikrotik_patch.yml
vendored
2
.github/workflows/mikrotik_patch.yml
vendored
@ -176,7 +176,9 @@ jobs:
|
|||||||
-e 's/20436F707972696768742028432920313939342D3230313520482E20506574657220416E76696E20657420616C0D0A/00436F707972696768742028432920313939342D3230313520482E20506574657220416E76696E20657420616C0D0A/g' \
|
-e 's/20436F707972696768742028432920313939342D3230313520482E20506574657220416E76696E20657420616C0D0A/00436F707972696768742028432920313939342D3230313520482E20506574657220416E76696E20657420616C0D0A/g' \
|
||||||
-e 's/203230323130383131/003230323130383131/g' \
|
-e 's/203230323130383131/003230323130383131/g' \
|
||||||
-e 's/43485300454444/00485300004444/g' | xxd -p -r >extlinux
|
-e 's/43485300454444/00485300004444/g' | xxd -p -r >extlinux
|
||||||
|
sudo chmod +x extlinux
|
||||||
sudo ./extlinux --install -H 64 -S 32 ./img/efi/boot/
|
sudo ./extlinux --install -H 64 -S 32 ./img/efi/boot/
|
||||||
|
sudo rm extlinux
|
||||||
echo -e "default system\nlabel system\n\tkernel /EFI/BOOT/BOOTX64.EFI\n\tappend load_ramdisk=1 root=/dev/ram0 quiet" > syslinux.cfg
|
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 cp syslinux.cfg ./img/efi/boot/
|
||||||
sudo rm -f syslinux.cfg
|
sudo rm -f syslinux.cfg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user