forked from DGNum/liminix
boot.scr: append ; not \n to lzmadec command
this is simply to make copy-paste slightly more convenient
This commit is contained in:
parent
e505e37d9a
commit
921b4f24af
1 changed files with 2 additions and 3 deletions
|
@ -116,10 +116,9 @@ in {
|
||||||
else "tftpboot $(hex $rootfsStart) result/rootfs"
|
else "tftpboot $(hex $rootfsStart) result/rootfs"
|
||||||
}; tftpboot $(hex $dtbStart) result/dtb
|
}; tftpboot $(hex $dtbStart) result/dtb
|
||||||
${if cfg.compressRoot
|
${if cfg.compressRoot
|
||||||
then "lzmadec $(hex $rootfsLzStart) $(hex $rootfsStart)"
|
then "lzmadec $(hex $rootfsLzStart) $(hex $rootfsStart); "
|
||||||
else ""
|
else ""
|
||||||
}
|
} ${bootCommand} $(hex $imageStart) - $(hex $dtbStart)
|
||||||
${bootCommand} $(hex $imageStart) - $(hex $dtbStart)
|
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue