--- trunk/installer-simple/bin/installer.sh.in 2014/01/07 14:17:00 2432 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/07 14:18:40 2433 @@ -450,7 +450,9 @@ install_system_image() { + pushd ${INSTALLROOT} > /dev/null tar xvjpf ${CDROOT}/system/${CDIMAGENAME} -C ${INSTALLROOT} + popd > /dev/null } install_bootsector_chroot() @@ -691,7 +693,6 @@ install_umount_rootfs() { - cd / umount ${INSTALLROOT}/boot || dialog_die umount ${INSTALLROOT} || dialog_die }