blob: 7176fe436b47a2ee02758a2282ef0e46115b22f4 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001# 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