configs addition for chroot population

This commit is contained in:
phanes
2023-02-20 22:24:08 -05:00
parent 4668e617e6
commit 37550c04c7
14 changed files with 303 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"plan":
[
{
"name": "welcome",
"name": "welcome 2",
"dependencies": [ null ],
"comment": "greet the user"
},
@@ -100,6 +100,11 @@
"name": "preparing virtual kernel file systems",
"dependencies": [ null ],
"comment": "LFS 11.3-systemd-rc1 Ch. 7.3 (chroot)"
},
{
"name": "populate initial users and groups",
"dependencies": [ null ],
"comment": "OOO: LFS 11.3-systemd-rc1 Ch. 7.6 (chroot)"
}
]
}

View File

@@ -0,0 +1,10 @@
{
"plan":
[
{
"name": "welcome 3",
"dependencies": [ null ],
"comment": "greet the user"
}
]
}