mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2025-01-23 05:25:00 +03:00
modified: chr.sh
This commit is contained in:
parent
a54b473538
commit
6e1c89f97d
1
chr.sh
1
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}
|
||||
|
Loading…
Reference in New Issue
Block a user