CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/22 07:02:14
Modified files:
distrib/miniroot: install.sub
Log message:
MAKEDEV never reports failure, always returning 0. So check for
error messages to detect failure to create a device.
Provides the user the intended chance to proceed without mounting
a filesystem whose device can't be created. Particularly useful
for softraid encrypted partitions that are not needed during an
upgrade.
ok halex@
