CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/22 18:30:03
Modified files:
distrib/miniroot: install.sub
Log message:
Don't use the presence of /etc/fstab to determine if all filesystems
are umount'd at the start of install/upgrade. As halex@ pointed out
'umount -af' doesn't actually use /etc/fstab, so just always do it.
Fixes situations where bailing out of install/upgrade before
/etc/fstab was created meant filesystems were not umount'd and
restarting the install/upgrade would fail.
Noticed & prodded deraadt@