From 8bda9b6e2088674355f4b725c9d79b9193f28cfb Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jul 2023 13:54:11 +0200 Subject: [PATCH] =?UTF-8?q?Pfade=20f=C3=BCr=20die=20Zeitzone=20angepasst,?= =?UTF-8?q?=20da=20im=20arch-chroot=20und=20nicht=20von=20au=C3=9Fen=20gea?= =?UTF-8?q?rbeitet=20wird.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.uefi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.uefi b/install.uefi index bea3b06..c5e79cd 100644 --- a/install.uefi +++ b/install.uefi @@ -49,8 +49,8 @@ pacstrap -i /mnt base linux-firmware vim git "${KERNEL}" "${MICROCODE}" #dracut # ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /etc/localtime -> L /etc/localtime - - - - "/usr/share/zoneinfo/${TIMEZONE}" arch-chroot /mnt hwclock --systohc -arch-chroot /mnt rm -rf /mnt/etc/localtime -arch-chroot /mnt ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /mnt/etc/localtime +arch-chroot /mnt rm -rf /etc/localtime +arch-chroot /mnt ln -sf "/usr/share/zoneinfo/${TIMEZONE}" /etc/localtime sed -i 's/#\(Color\)/\1/' /mnt/etc/pacman.conf # Umbruch notwendug