5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
TOOLS_PREFIX=../../..
|
|
|
|
$TOOLS_PREFIX/squashfs-4.2/mksquashfs squashfs-root/ build/$1/rootfs -comp lzma -b 65536 -all-root
|