Browse Source

modified: .github/workflows/mikrotik_patch_test.yml

pull/55/head
zyb 2 years ago
parent
commit
3be41af284
  1. 2
      .github/workflows/mikrotik_patch_test.yml

2
.github/workflows/mikrotik_patch_test.yml

@ -279,6 +279,8 @@ jobs:
- name: Create chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img
run: |
sudo modprobe nbd
sudo apt-get install -y qemu-utils extlinux > /dev/null
truncate --size 128M chr-$LATEST_VERSION$ARCH.img
sgdisk --clear --set-alignment=2 \
--new=1::+32M --typecode=1:8300 --change-name=1:"RouterOS Boot" --attributes=1:set:2 \

Loading…
Cancel
Save