aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 8107b30..0c78358 100755
--- a/install.sh
+++ b/install.sh
@@ -48,8 +48,8 @@ elif [ "$_kernelflag" -eq 2 ]; then
rc-service ntpd start
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" > /mnt/etc/fstab
+ echo "UUID=$UUID_BOOT /boot vfat defaults,noatime 0 2" > /mnt/etc/fstab
+ echo "UUID=$UUID_ROOT / ext4 defaults,noatime 0 1" >> /mnt/etc/fstab
cp post_chroot.sh /mnt
else
printf ${LIGHTRED}"Wrong kernelflag value.${NoColor}\n"