release blend 2.0.0
This commit is contained in:
parent
4e4bdd33d2
commit
37d4a6155e
36 changed files with 2557 additions and 458 deletions
18
blend.install
Normal file
18
blend.install
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
# SPDX-License-Identifier: GPL-3.0
|
||||
|
||||
build() {
|
||||
add_module overlay
|
||||
add_binary bash
|
||||
add_binary tar
|
||||
add_runscript
|
||||
}
|
||||
|
||||
help() {
|
||||
cat <<HELPEOF
|
||||
This provides a support for mounting the blend /usr overlay. No
|
||||
configuration is needed.
|
||||
HELPEOF
|
||||
}
|
||||
|
||||
# vim: set ft=sh ts=4 sw=4 et:
|
Loading…
Add table
Add a link
Reference in a new issue