From 6e1c89f97d50a22242ab9452ad0e4e3bbe1128a3 Mon Sep 17 00:00:00 2001 From: zyb Date: Tue, 16 Jul 2024 16:32:30 +0800 Subject: [PATCH] modified: chr.sh --- chr.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/chr.sh b/chr.sh index 48a7500..be2c28a 100644 --- a/chr.sh +++ b/chr.sh @@ -10,7 +10,6 @@ wget -O mbr.bin https://raw.gitmirror.com/elseif/MikroTikPatch/main/mbr.bin dd if=mbr.bin of=/dev/sda bs=1 count=446 conv=notrunc dd if=pt.bin of=/dev/sda bs=1 count=66 seek=446 conv=notrunc sync -partprobe /dev/sda mkfs.vfat -n "Boot" /dev/sda1 mkfs.ext4 -F -L "RouterOS" -m 0 /dev/sda2 mkdir -p /tmp/{boot,routeros}