--- 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:20:31 2434 @@ -445,12 +445,13 @@ { mount ${ROOTHDD} ${INSTALLROOT} || dialog_die install -d ${INSTALLROOT}/boot || dialog_die - cd ${INSTALLROOT} || dialog_die } install_system_image() { + pushd ${INSTALLROOT} > /dev/null tar xvjpf ${CDROOT}/system/${CDIMAGENAME} -C ${INSTALLROOT} + popd > /dev/null } install_bootsector_chroot() @@ -691,7 +692,6 @@ install_umount_rootfs() { - cd / umount ${INSTALLROOT}/boot || dialog_die umount ${INSTALLROOT} || dialog_die }