From 278c34cd1cc67d3cfa0c79e9005ae5b2dfd3cb71 Mon Sep 17 00:00:00 2001 From: Artem Date: Sun, 4 Feb 2018 18:15:15 +0300 Subject: [PATCH] adding mkinitcpio --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 7578b83..af1e46b 100644 --- a/install.sh +++ b/install.sh @@ -227,6 +227,8 @@ sysconfig(){ postinstall(){ color cyan "a bit more..." + genfstab -p /mnt >> /mnt/etc/fstab + arch-chroot /mnt mkinitcpio -p linux arch-chroot /mnt pacman -Syy arch-chroot /mnt pacman -Su arch-chroot /mnt pacman -S