Comment 8 for bug 62213

Revision history for this message
Henrik Nilsen Omma (henrik) wrote : Re: Installer crashed - Ubuntu dapper live CD

There is an interesting error in /var/log/installer/syslog

/lib/partman/recipes.sh: line 31: local: `-': not a valid identifier

and /lib/partman/recipes.sh does indeed have a line 31:

    local ignore ram line word min factor max fs -

which looks odd to me. Can '-' be used this way in shell scripts?