Search

You can find the results of your search below.

OpenWrt in QEMU
21 Hits, Last modified:
12M: <code bash> qemu-img resize -f raw openwrt-x86-64-generic-squashfs-combined-efi.img 512M </code> Loop moun... e=$(losetup -f) sudo losetup $loop_device openwrt-x86-64-generic-squashfs-combined-efi.img </code> Fix the GPT pa... re. We can issue the following command, using the x86 generic image placed in the folder ''/root/openwrt_kvm/''... ype=linux \ --disk path=/root/openwrt_kvm/openwrt-x86-generic-combined-ext4.img,bus=ide \ --network bridge=br0,
OpenWrt on VMware HowTo
30 Hits, Last modified:
tps://downloads.openwrt.org/barrier_breaker/14.07/x86/generic/openwrt-x86-generic-combined-ext4.img.gz]] or * [[https://downloads... onvert it to a vmdk image: <code> gunzip openwrt-x86-generic-combined-ext4.img.gz qemu-img convert -f raw -O vmdk openwrt-x86-generic-combined-ext4.img openwrt-x86-generic-combined-ext4.vmdk </code> or <code> yum -y ins... ttps://downloads.openwrt.org/chaos_calmer/15.05.1/x86/generic/openwrt-15.05.1-x86-generic-combined-ext4.img.gz]] <-- this was the most cur
OpenWrt on VirtualBox HowTo
15 Hits, Last modified:
ps://archive.openwrt.org/releases/22.03.5/targets/x86/64/openwrt-22.03.5-x86-64-generic-ext4-combined.img.gz|22.03.5]]. Or you can try th... [[https://downloads.openwrt.org/snapshots/targets/x86/64/openwrt-x86-64-generic-ext4-combined.img.gz|snapshot]] image * Uncompr... z''. As a result you should get the raw ''openwrt-x86-64-combined-ext4.img'' image file. === Custom I... ou can compile your own image (//Target System -> x86-64// and //Target Images -> Build VirtualBox imag
OpenWrt as a Xen DomU guest
9 Hits, Last modified:
.01, Xen domU support is directly included in the generic x86 image: [[http://downloads.lede-project.org/releases/17.01.1/targets/x86/generic/]] In both cases, you need either the ''"combined-ext4.img.gz"'' image, or the ''"vmlinuz"'' file... in/pygrub" disk = ['file:/etc/xen/openwrt-15.05.1-x86-xen_domu-combined-ext4.img,xvda,w'] on_reboot = ... ory = 256 disk = ['file:/etc/xen/openwrt-15.05.1-x86-xen_domu-rootfs-ext4.img,xvda,w'] kernel = "openw
OpenWrt as a Docker Image
57 Hits, Last modified:
//downloads.openwrt.org/attitude_adjustment/12.09/x86/generic/openwrt-x86-generic-rootfs.tar.gz openwrt-x86-generic-rootfs $ docker images REPOSITORY ... CREATED VIRTUAL SIZE openwrt-x86-generic-rootfs latest 2cebd16f08... s /home/zoobab/docker [14]# docker run -i openwrt-x86-generic-rootfs cat /etc/banner _______ ... t@turmes /home/zoobab [17]# docker run -i openwrt-x86-generic-rootfs ifconfig eth0 Link encap:Ethernet HW
  • Last modified: 2024/01/03 12:05
  • by aparcar