HON95 há 2 anos atrás
pai
commit
5142883825
2 ficheiros alterados com 3 adições e 2 exclusões
  1. 2 1
      automation/ansible.md
  2. 1 1
      pc/arch-i3.md

+ 2 - 1
automation/ansible.md

@@ -50,9 +50,10 @@ Config locations:
 
 Example config:
 
-```
+```ini
 [defaults]
 host_key_checking = false
+executable = /bin/bash
 #interpreter_python = auto
 interpreter_python = /usr/bin/python3
 #inventory = hosts.ini

+ 1 - 1
pc/arch-i3.md

@@ -91,7 +91,7 @@ Note: The use of `sudo` in the text below is a bit inconsistent, but you should
     - Mount root: `mount /dev/mapper/crypt_root /mnt`
     - Mount ESP: `mkdir -p /mnt/boot/efi && mount /dev/<partition> /mnt/boot/efi`
 1. Install packages to the new root:
-    - Base command and packages: `pacstrap /mnt base linux linux-firmware intel-ucode amd-ucode archlinux-keyring sudo bash-completion man-db man-pages xdg-utils xdg-user-dirs smartmontools lm_sensors hwloc zsh vim tar zip unzip htop base-devel git jq rsync openssh tmux screen usbutils tcpdump nmap`
+    - Base command and packages: `pacstrap /mnt base linux linux-firmware intel-ucode amd-ucode archlinux-keyring sudo bash-completion man-db man-pages xdg-utils xdg-user-dirs smartmontools lm_sensors hwloc zsh vim tar zip unzip htop base-devel git jq rsync openssh tmux screen usbutils tcpdump nmap inetutils`
     - **TODO** Maybe for laptops: `wpa_supplicant networkmanager`
 1. Generate the fstab file:
     1. `genfstab -U /mnt >> /mnt/etc/fstab`