Created a default (base base-devel) profile

Won't do anything except ask for a password, and install the bare minimum to boot Arch Linux.
This commit is contained in:
Anton Hvornum 2019-04-13 11:26:02 +02:00 committed by GitHub
parent 6c91535fbe
commit b0b6a98de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
deployments/default.json Normal file
View File

@ -0,0 +1,6 @@
{
"args" : {
"password" : "<STDIN>",
"post" : "reboot"
}
}