Error Running cvsup_current in Developers Edition
-
I have the Developer's Edition running in VMWare Workstation 5 on Windows XP. I updated the firmware to beta1 and have been trying to run cvsup_current, but it always stops with this error:
-> varmfs Adding init script for /var mfs cp: /home/pfsense/freesbie2/extra/varmfs/varmfs.rc: No such file or directory *** Error code 1 Stop in /home/pfsense/freesbie2.
Sure enough that file doesn't exist. As far as I can tell other scripts are supposed to run and prepare this file, but I'm not sure quite what to run, or how to do so in order to produce that file…
Can anyone help me figure out how to fix this problem so I can build my own images?
Thanks!
-
cd /home/pfsense/freesbie
cvs up -d -
Thanks!!
I just discovered the support mailling list that I somehow missed… You answered the same there, sorry for that!
Just one minor note: at least on my edition the freesbie directory doesn't exist, so I had to do the following:
cd /home/pfsense/freesbie2
cvs update -dThanks again!!