From 32470c6cb4a1e731bfc5418066f838d3a48ee0eb Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 1 Aug 2024 17:03:29 +0300 Subject: [PATCH] attempt 0 at fixing console setup --- .github/push-iso | 2 +- chroot_scripts/1-baseos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/push-iso b/.github/push-iso index 98d9bcb..3c03207 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -17 +18 diff --git a/chroot_scripts/1-baseos.sh b/chroot_scripts/1-baseos.sh index 8cf98de..1b6fc2d 100755 --- a/chroot_scripts/1-baseos.sh +++ b/chroot_scripts/1-baseos.sh @@ -38,7 +38,7 @@ BACKSPACE="guess" KEYMAP=us EOF -cp -fv /etc/default/keyboard /etc/vconsole.conf +cp -fv /etc/default/keyboard /etc/vconsole.conf || true localectl set-locale LANG="en_US.UTF-8"