1
0
This commit is contained in:
syui 2024-11-07 05:46:44 +09:00
parent aa8cf0adbb
commit a4097bae44
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -26,7 +26,8 @@ $ mkdir -p /mnt/boot/efi
$ mount /dev/nvme0n1p1 /mnt/boot/efi
$ pacstrap /mnt base linux grub efibootmgr dhcpcd openssh
$ arch-chroot /mnt
$ grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub
# grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub
$ grub-install --force /dev/nvme0n1p1
$ grub-mkconfig -o /boot/grub/grub.cfg
$ systemctl enable dhcpcd
$ systemctl enable sshd