From 8076daf4fd73ba1d1bd3cea3e655ae2c26fb07ee Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 15 Jun 2019 22:30:27 -0400 Subject: [PATCH] Fix bug with fstab entries --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b157b58..24b26cb 100755 --- a/install.sh +++ b/install.sh @@ -267,8 +267,8 @@ echo -n "Adding fstab entries... " echo "/dev/mapper/vgx-root / ext4 errors=remount-ro 0 1" | tee -a ${target}/etc/fstab >&2 echo "/dev/mapper/vgx-ceph /var/lib/ceph ext4 errors=remount-ro 0 2" | tee -a ${target}/etc/fstab >&2 echo "/dev/mapper/vgx-swap nonde swap sw 0 0" | tee -a ${target}/etc/fstab >&2 -echo "${bypath_disk}2 /boot ext2 defaults 0 2" | tee -a ${target}/etc/fstab >&2 -echo "${bypath_disk}1 /boot/efi vfat umask=0077 0 2" | tee -a ${target}/etc/fstab >&2 +echo "${bypath_disk}p2 /boot ext2 defaults 0 2" | tee -a ${target}/etc/fstab >&2 +echo "${bypath_disk}p1 /boot/efi vfat umask=0077 0 2" | tee -a ${target}/etc/fstab >&2 echo "done." echo -n "Adding interface segment... "