Skip to content

Commit

Permalink
fixed #34
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Christian Rebischke committed Oct 5, 2018
1 parent d133ec5 commit 887f966
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion local.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 0 additions & 1 deletion provision/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 887f966

Please sign in to comment.