5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f system.img
|
|
mklittlefs -c system -b 512 -s $((1<<20)) system.img
|