sshd setup
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
|
||||
# pacstrap
|
||||
# pacstrap -K /mnt/root base linux-lts linux-firmware nano openssh bind bash efibootmgr reflector screen pv pinentry sudo man-db man-pages texinfo ufw nftables intel-ucode e2fsprogs dosfstools curl cryptsetup
|
||||
# sbctl sbsigntools fwupd fwupd-efi dmidecode udisks2 usbutils
|
||||
# sbctl sbsigntools fwupd fwupd-efi dmidecode udisks2 usbutils inetutils
|
||||
|
||||
# gen fstab
|
||||
# genfstab -L /mnt/root >> /mnt/root/etc/fstab
|
||||
@ -51,6 +51,11 @@
|
||||
# set hostname
|
||||
# echo hv00 > /etc/hostname
|
||||
|
||||
# TODO add entries to /etc/hosts
|
||||
# 127.0.0.1 localhost
|
||||
# ::1 localhost
|
||||
# 127.0.1.1 static_fqdn
|
||||
|
||||
# link timezone
|
||||
# ln -sf /usr/share/zoneinfo/Australia/Brisbane /etc/localtime
|
||||
|
||||
@ -65,6 +70,8 @@
|
||||
# locale-gen
|
||||
# echo LANG=en_US.UTF-8 > /etc/locale.conf
|
||||
|
||||
|
||||
|
||||
# uncomment wheel group in /etc/sudoers
|
||||
# sed -i 's/# %wheel ALL=(ALL:ALL) ALL/%wheel ALL=(ALL:ALL) ALL/g' /etc/sudoers
|
||||
|
||||
|
Reference in New Issue
Block a user