Skip to content

Commit

Permalink
Update mikrotik_patch_7.yml
Browse files Browse the repository at this point in the history
Signed-off-by: elseif <[email protected]>
  • Loading branch information
elseif authored Jan 19, 2025
1 parent 8e8f428 commit ba72caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mikrotik_patch_7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
sudo mkdir -p ./img/boot/EFI/BOOT
sudo cp ./chr/boot/EFI/BOOT/BOOTX64.EFI ./img/boot/EFI/BOOT/BOOTX64.EFI
sudo umount /dev/nbd1p1
sudo dd if=/dev/zero of=/dev/nbd1p2 bs=1M
sudo shred -v -n 1 -z /dev/nbd1p2
sudo mkfs.ext4 -F -L "RouterOS" -m 0 /dev/nbd1p2
sudo mount /dev/nbd1p2 ./chr/routeros/
sudo mkdir -p ./chr/routeros/{var/pdb/{system,option},boot,rw}
Expand Down

0 comments on commit ba72caa

Please sign in to comment.