Why Nostr? What is Njump?
2023-12-03 17:08:04
in reply to

DarkMahesvara on Nostr: Kyonko802 npub180rqp…q8k93 >without having to dump a week into setup timedatectl ...



>without having to dump a week into setup

timedatectl
fdisk /dev/the_disk_to_be_partitioned
mkfs.ext4 /dev/root_partition
mkfs.fat -F 32 /dev/efi_system_partition
mount /dev/root_partition /mnt
mount --mkdir /dev/efi_system_partition /mnt/boot
pacstrap -K /mnt base linux linux-firmware
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt
ln -sf /usr/share/zoneinfo/Region/City /etc/localtime
hwclock --systohc
locale-gen
mkinitcpio -P
passwd
pacman -S plasma-meta pipewire [etc]
reboot

i don't think the entire archwiki has enough content to require a whole week...
Author Public Key
npub1hf5c3xf2hxj28p2afgl3cnn4ftcphswn5vwn0p2nyu94kzyka6asflpc2h