Skip to content
Snippets Groups Projects
Unverified Commit 887f9666 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

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: default avatarChristian Rebischke <chris@nullday.de>
parent d133ec5c
No related branches found
No related tags found
No related merge requests found
{
"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",
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment