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
|
||||
# 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
|
Loading…
Reference in a new issue