From 887f96664d573c8a3a4230b435ca8a4a520d9892 Mon Sep 17 00:00:00 2001
From: Christian Rebischke <chris@nullday.de>
Date: Sat, 6 Oct 2018 00:06:29 +0200
Subject: [PATCH] fixed #34

systemd is checking for xorg now, when trying to apply `localectl
set-x11-keymap`. So we just remove that line (we are not shipping boxes
with X11 either)

We have also updated the date for the local.json example file

Signed-off-by: Christian Rebischke <chris@nullday.de>
---
 local.json               | 2 +-
 provision/postinstall.sh | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/local.json b/local.json
index 727402c..cb70558 100644
--- a/local.json
+++ b/local.json
@@ -1,5 +1,5 @@
 {
-    "iso_url": "https://mirror.rackspace.com/archlinux/iso/latest/archlinux-2018.04.01-x86_64.iso",
+    "iso_url": "https://mirror.rackspace.com/archlinux/iso/latest/archlinux-2018.10.01-x86_64.iso",
     "iso_checksum_url": "https://mirror.rackspace.com/archlinux/iso/latest/sha1sums.txt",
     "iso_checksum_type": "sha1",
     "disk_size": "20480",
diff --git a/provision/postinstall.sh b/provision/postinstall.sh
index 58e05aa..a2ec0a9 100644
--- a/provision/postinstall.sh
+++ b/provision/postinstall.sh
@@ -6,7 +6,6 @@ set -x
 # setting hostname, locales, etc
 hostnamectl set-hostname "archlinux"
 localectl set-keymap "us"
-localectl set-x11-keymap "us"
 timedatectl set-ntp true
 
 #setting link to systemd-resolved
-- 
GitLab