artix

desc
git clone https://git.awy.one/artix.git
Log | Files | Refs | README | LICENSE

commit b51e515bd37d34ff476c4bf7f6516c8e38967a6c
parent be717d2fc6319428a503076250e446c7efec72e2
Author: awy <awy@tutamail.com>
Date:   Wed, 14 Aug 2024 21:00:34 +0300

fix

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -49,7 +49,7 @@ elif [ "$_kernelflag" -eq 2 ]; then pacman -Sy --confirm basestrap /mnt base openrc seatd-openrc udev intel-ucode echo "UUID=$UUID_BOOT /boot vfat defaults,noatime 0 2 - UUID=$UUID_ROOT / ext4 defaults,noatime 0 1" > /etc/fstab + UUID=$UUID_ROOT / ext4 defaults,noatime 0 1" > /mnt/etc/fstab cp post_chroot.sh /mnt else printf ${LIGHTRED}"Wrong kernelflag value.${NoColor}\n"