new livecd generation make target

This commit is contained in:
phanes
2023-04-02 02:34:59 -04:00
parent 7fdac0e72e
commit afd68110bc
18 changed files with 1254 additions and 17 deletions

View File

@@ -0,0 +1,15 @@
{
"plan":
[
{
"name": "welcome livecd",
"dependencies": [ null ],
"comment": "greet the user"
},
{
"name": "create_livecd",
"dependencies": [ null ],
"comment": "executed outside of chroot context"
}
]
}