7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#/bin/sh
|
|
set -e
|
|
echo "start compress kernel..."
|
|
|
|
lzma -c -9 -f -k Image > Image.lzma
|
|
|
|
./mkimage -f multi.its -r ../boot.sd |