1# short-description: Create SD card image for Edgerouter 2# long-description: Create a partitioned SD card image for MIPS64 Edgerouter reference hardware. 3part /boot --source bootimg-partition --ondisk sda --fstype=vfat --label boot --active --align 4 --size 16 4part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 4 5