[util-mount] include /home for part mounting

This commit is contained in:
udeved 2015-07-03 20:48:18 +02:00
parent 19f5d7d82c
commit 6f83e9b060

View file

@ -101,7 +101,7 @@ chroot_mount_partitions(){
local dev=${entry%:*}
local mp=${entry#*:}
case "${entry#*:}" in
'/'|'/home'|'swap'|'none') continue ;;
'/'|'swap'|'none') continue ;;
*) chroot_part_mount "/dev/disk/by-uuid/${dev}" "$1${mp}" ;;
esac
done