Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2009 11:33:13 -0800 (PST)
From:      Peter Steele <psteele@maxiscale.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can sysinstall be run interactively to install onto a second drive?
Message-ID:  <6710317.721235763191703.JavaMail.HALO$@halo>
In-Reply-To: <7181067.701235763151820.JavaMail.HALO$@halo>

next in thread | previous in thread | raw e-mail | index | archive | help
>Yes for sure. You can partition secondary drives on a running system as long 
>as the drive isn't mounted and your kern.securelevel < 2. 

It's -1, so I assume that's okay. 

>You will need to define "doesn't seem to like what I'm trying to do" to get a 
>more constructive answer. 

Yeah, that wasn't very useful was it? Okay, I'm having a couple of problems, at least. One problem is I don't know how to tell sysinstall where my target root is located. I have something like this in my install.cfg: 

disk=da0 
bootManager=standard 
partition=all 
diskPartitionEditor 

da0s1-1=ufs 0 /newroot 
diskLabelEditor 
diskLabelCommit 

This formats my target drive as I want it (a single full disk partition at this point), but when I do the actual install, there is no way to tell sysinstall where my target root is. So, when the commands 

dists=base kernels GENERIC manpages 
distSetCustom 
installCommit 

are executed, the files are extracted and installed on my active system, not the system I am building on da0. That's my problem in a nutshell ultimately--how do I tell sysinstall where my target root is? It impacts the whole session, including packageAdd commands. 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6710317.721235763191703.JavaMail.HALO$>