From 87c01eb97349b736ceeb559ed309d9cb752c083d Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 17 Aug 2023 16:28:54 -0700 Subject: [PATCH] config --- ...cryption, Mirroring, and Remote Unlocking with Ubuntu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index 0acbd2c..5e119db 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -168,6 +168,12 @@ apt update apt install --no-install-recommends linux-generic ubuntu-server-minimal ``` +### Configure packages to customize local and console properties + +```bash +dpkg-reconfigure locales tzdata keyboard-configuration console-setup +``` + ## ZFS Configuration ### Install required packages