From 868a3473504c820e14517559c79f2028ad34ccf4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 23 Aug 2017 20:29:46 -0600 Subject: [PATCH] Fix method of adding scheme to passwd --- filesystem.toml | 2 +- installer | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystem.toml b/filesystem.toml index 37cd104..a130a4d 100644 --- a/filesystem.toml +++ b/filesystem.toml @@ -65,7 +65,7 @@ password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0O uid = 0 gid = 0 name = "root" -home = "file:/root" +home = "/root" [users.user] # Password is unset diff --git a/installer b/installer index 25d6a0f..093ae7d 160000 --- a/installer +++ b/installer @@ -1 +1 @@ -Subproject commit 25d6a0fec4e3bc510ef9fc05fc39a04d079bab85 +Subproject commit 093ae7de5541ba6068c98ea568ca6d3977e2a5b8