mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
b8bfa8190d
commit
a8911399f6
1
.github/workflows/mikrotik_patch.yml
vendored
1
.github/workflows/mikrotik_patch.yml
vendored
@ -167,6 +167,7 @@ jobs:
|
||||
sudo qemu-img convert -f raw -O qcow2 chr-$LATEST_VERSION.img chr-$LATEST_VERSION.qcow2
|
||||
sudo rm chr-$LATEST_VERSION.img
|
||||
sudo qemu-nbd -c /dev/nbd0 chr-$LATEST_VERSION.qcow2
|
||||
sudo ls /dev/nbd*
|
||||
sudo -E python3 patch.py boot /dev/nbd0p1
|
||||
sudo mkdir ./routeros
|
||||
sudo mount /dev/nbd0p2 ./routeros
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user