Environment (output of "uname -a" on the problem machine): FreeBSD zincghostbsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Wed Feb 6 18:40:40 AST 2013 root@ericbsd.ghostbsd.org:/usr/obj/i38
Full Description of the problem:
(sorry for my bad English)
when I try to install GhostBSD, Error message occur like:
"ERROR: No root (/) partition specified!!"
but I specified root partition correctly. so I checked pcinstall.cfg file. and i found
disk0-part=UFS+SUJ 20000 /textview.set_editable(False)
disk0-part=UFS+SUJ 29999 /hometextview.set_editable(False)
commitDiskLabel
I think "textview.set_editable(False)" cause this problem
How to reproduce the problem:
Fix to the problem if known:
in gbi_summary.py:
f.writelines('disk0-part=%stextview.set_editable(False)\n' % line.strip())
remove "textview.set_editable(False)"
f.writelines('disk0-part=%s' % line.strip())