Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/default.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-04-13 11:26:02 +0200
committerGitHub <noreply@github.com>2019-04-13 11:26:02 +0200
commitb0b6a98de4f307df8be7b2981b1aa697bd934953 (patch)
tree88cbd9078db426569f7e754ee7bd3089a0217a02 /deployments/default.json
parent6c91535fbed825261ed0a6a68e59a26f8d13b1b6 (diff)
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.
Diffstat (limited to 'deployments/default.json')
-rw-r--r--deployments/default.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployments/default.json b/deployments/default.json
new file mode 100644
index 00000000..5deded3e
--- /dev/null
+++ b/deployments/default.json
@@ -0,0 +1,6 @@
+{
+ "args" : {
+ "password" : "<STDIN>",
+ "post" : "reboot"
+ }
+}