소스 검색

Arch stuff

Håvard Ose Nordstrand 10 달 전
부모
커밋
bc72cb0244
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      personal-devices/arch-i3.md

+ 2 - 1
personal-devices/arch-i3.md

@@ -908,6 +908,7 @@ If the GRUB or initramfs commands didn't work (e.g. if it broke during an Pacman
     1. Reinstall: `pacman --sysroot /mnt -S --overwrite "*" - <tmp.txt`
 1. Fix boot dir perms: `chmod 700 /mnt/boot`
 1. Fix resolvconf: `ln -sf /run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf`
-1. Reboot.
+1. Reboot into fixed OS.
+1. Fix AUR packages: `yay -Qqm | yay -S -`
 
 {% include footer.md %}