Bugzilla – Bug 112620
umount_result:1=umount_result:1 not a valid identifier
Last modified: 2005-08-24 08:40:08 UTC
Booting up I get on console 1: /usr/lib/YaST2/startup/common/misc.sh: line 55: export 'umount_result:1=umount_result:1': not a valid identifier And later I noticed that the system boots again after installation of CD1.
yes a space was missing: umount_result:1 -> umount_result: 1 fixed