Difference between revisions of "OpenWrt"

From belajarwiki
Jump to navigation Jump to search
(Created page with "====Install OpenWrt==== Download di https://downloads.openwrt.org/releases/21.02.1/targets/x86/generic/ Download file '''generic-squashfs-combined.img.gz''' Unzip g...")
(No difference)

Revision as of 22:30, 3 November 2021

Install OpenWrt

Download di

  https://downloads.openwrt.org/releases/21.02.1/targets/x86/generic/

Download file generic-squashfs-combined.img.gz

Unzip

  gzip -d openwrt-21.02.1-x86-generic-generic-squashfs-combined.img.gz

Tambahkan size

  dd if=openwrt-21.02.1-x86-generic-generic-squashfs-combined.img of=openwrt-combined-squashfs.img bs=128000 conv=sync

Convert menjadi VDI / VMDK

  VBoxManage convertfromraw --format VDI openwrt-combined-squashfs.img openwrt-combined-squashfs.vdi

Resize

  VBoxManage modifymedium openwrt-combined-squashfs.vdi --resize 128



Pranala Menarik

  • [[]]


Referensi