Try fix refind
This commit is contained in:
parent
c6a754ddda
commit
fd30040b95
@ -36,6 +36,10 @@ then
|
||||
echo "UUID="$(blkid -s UUID -o value $i)" none swap sw 0 0" >> "$1"/etc/fstab
|
||||
done
|
||||
fi
|
||||
|
||||
# try doing refind here, prob won't work
|
||||
refind-install || true
|
||||
|
||||
echo 'UNBIND' | nc -U $SOCKET_PATH || true
|
||||
# Unmount host partitions from chroot
|
||||
umount "$1/media/cdrom" || umount -lf "$1/media/cdrom" || true
|
||||
|
Loading…
Reference in New Issue
Block a user