Skip to content

Instantly share code, notes, and snippets.

@zhangxu
Last active December 2, 2021 03:38
Show Gist options
  • Save zhangxu/641f7cc4d1770597d404d0747330a234 to your computer and use it in GitHub Desktop.
Save zhangxu/641f7cc4d1770597d404d0747330a234 to your computer and use it in GitHub Desktop.
timedatectl set-timezone US/Pacific
hwclock --systohc --local
echo vault106 > /etc/hostname
cat - << EOF > /etc/hosts
127.0.0.1 localhost
::1 localhost
127.0.1.1 vault106
EOF
pacman -S grub
grub-install /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment