pull/1/head
beech 2 years ago
parent 8c74aacbda
commit 3bcef0a187
  1. 2
      README.md
  2. 2
      preinstall2.sh

@ -33,7 +33,7 @@ nano preinstall2.sh
# Edit adapter name for dhcpcd service in script # Edit adapter name for dhcpcd service in script
sh preinstall2.sh sh preinstall2.sh
exit exit
umount -r /mnt umount -R /mnt
``` ```
### After First Boot ### After First Boot

@ -35,7 +35,7 @@ echo "title Arch" > /boot/loader/entries/arch.conf
echo "linux /vmlinuz-linux" >> /boot/loader/entries/arch.conf echo "linux /vmlinuz-linux" >> /boot/loader/entries/arch.conf
echo "initrd /initramfs-linux.img" >> /boot/loader/entries/arch.conf echo "initrd /initramfs-linux.img" >> /boot/loader/entries/arch.conf
echo "options root=PARTUUID=$(blkid -S PARTUUID -o value /dev/sda3) rw" >> /boot/loader/entries/arch.conf echo "options root=PARTUUID=$(blkid -s PARTUUID -o value /dev/sda3) rw" >> /boot/loader/entries/arch.conf
# install dhcpd service # install dhcpd service