--- trunk/installer-simple/bin/installer.sh.in 2015/07/31 10:53:19 2888 +++ trunk/installer-simple/bin/installer.sh.in 2015/07/31 10:55:16 2889 @@ -81,6 +81,7 @@ is_mounted --location "${INSTALLROOT}/sys" && umount ${INSTALLROOT}/sys is_mounted --location "${INSTALLROOT}/boot" && umount ${INSTALLROOT}/boot is_mounted --location "${INSTALLROOT}" && umount ${INSTALLROOT} + [[ -n ${SWAPHDD} ]] && swapoff ${SWAPHDD} echo $"Installation aborted." exit 1