From cfdf4eb52838c97f382521c60c3d7dfbf6589462 Mon Sep 17 00:00:00 2001 From: eichehome Date: Fri, 13 Jan 2023 00:52:51 +0100 Subject: [PATCH] =?UTF-8?q?Aufger=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prep-BTRFS-UEFI.sh | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/prep-BTRFS-UEFI.sh b/prep-BTRFS-UEFI.sh index 6ee43ed..cfe0fdf 100644 --- a/prep-BTRFS-UEFI.sh +++ b/prep-BTRFS-UEFI.sh @@ -1,15 +1,12 @@ # Vor Reboot # Keyboard einstellen -localectl set-keymap de-latin1 +localectl set-keymap de-latin1-nodeadkeys #ip -c a # rfkill unblock wifi # iwctl #pacman -Sy -#pacman -S tamsyn-font -#setfont Tamsyn10x20r - # Zeit einstellen timedatectl set-timezone Europe/Berlin timedatectl set-ntp true @@ -53,13 +50,6 @@ pacstrap /mnt base linux linux-lts linux-firmware amd-ucode tamsyn-font vim git # discoverable-partitions-spec genfstab -U /mnt >> /mnt/etc/fstab +# Namensauflösung mit systemd-resolved ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf -arch-chroot /mnt - -############################# -# neue Version - -localectl set-keymap de-latin1 - -timedatectl set-timezone Europe/Berlin -timedatectl set-ntp true +arch-chroot /mnt \ No newline at end of file