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