can't partition disk using sys-install
jordan force
j19force93 at gmail.com
Wed Dec 29 21:06:20 UTC 2010
In the script update_jb_ports, There seems to be a bug in the program!:
I thought you should change this:
"
#!/bin/csh set echo_style = both set list_file = ~root/.jb_ports.lst #
Remove old trees first ./remove_jb_ports
"
instead of having this:
"
#!/bin/csh
set echo_style = both
set list_file = ~root/.jb_ports.lst
# Remove old trees first
remove_jb_ports
"
otherwise it says that it can't find remove_jb_ports.
More information about the freebsd-ppc
mailing list