mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2025-01-23 05:25:00 +03:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
ff3b34b112
commit
93620101af
2
.github/workflows/mikrotik_patch.yml
vendored
2
.github/workflows/mikrotik_patch.yml
vendored
@ -308,7 +308,7 @@ jobs:
|
||||
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/boot/BOOT/
|
||||
sudo rm syslinux.cfg
|
||||
elif [ "${{ matrix.arch }}" == "amd64" ]; then
|
||||
elif [ "${{ matrix.arch }}" == "arm64" ]; then
|
||||
sudo cp BOOTAA64.EFI ./img/boot/EFI/BOOT/BOOTAA64.EFI
|
||||
fi
|
||||
sudo umount /dev/nbd0p1
|
||||
|
Loading…
Reference in New Issue
Block a user