index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/workstation_unattended.json | 6 |
diff --git a/profiles/workstation_unattended.json b/profiles/workstation_unattended.json new file mode 100644 index 00000000..089f7f40 --- /dev/null +++ b/profiles/workstation_unattended.json @@ -0,0 +1,6 @@ +{
+ "args" : {
+ "password" : "0000",
+ "include" : "workstation"
+ }
+}
|