Aufgeräumt
This commit is contained in:
parent
df8d6e34e8
commit
cfdf4eb528
1 changed files with 3 additions and 13 deletions
|
@ -1,15 +1,12 @@
|
||||||
# Vor Reboot
|
# Vor Reboot
|
||||||
# Keyboard einstellen
|
# Keyboard einstellen
|
||||||
localectl set-keymap de-latin1
|
localectl set-keymap de-latin1-nodeadkeys
|
||||||
|
|
||||||
#ip -c a
|
#ip -c a
|
||||||
# rfkill unblock wifi
|
# rfkill unblock wifi
|
||||||
# iwctl
|
# iwctl
|
||||||
#pacman -Sy
|
#pacman -Sy
|
||||||
|
|
||||||
#pacman -S tamsyn-font
|
|
||||||
#setfont Tamsyn10x20r
|
|
||||||
|
|
||||||
# Zeit einstellen
|
# Zeit einstellen
|
||||||
timedatectl set-timezone Europe/Berlin
|
timedatectl set-timezone Europe/Berlin
|
||||||
timedatectl set-ntp true
|
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
|
# discoverable-partitions-spec
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
|
|
||||||
|
# Namensauflösung mit systemd-resolved
|
||||||
ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf
|
ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf
|
||||||
arch-chroot /mnt
|
arch-chroot /mnt
|
||||||
|
|
||||||
#############################
|
|
||||||
# neue Version
|
|
||||||
|
|
||||||
localectl set-keymap de-latin1
|
|
||||||
|
|
||||||
timedatectl set-timezone Europe/Berlin
|
|
||||||
timedatectl set-ntp true
|
|
||||||
|
|
Loading…
Reference in a new issue